Skip to content

FRC Team 166's game-agnostic source code library

License

Notifications You must be signed in to change notification settings

Finn6360/chopshoplib

This branch is 1 commit ahead of, 32 commits behind chopshop-166/chopshoplib:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9141f41 · Jan 2, 2025
Jan 31, 2024
Dec 8, 2024
Dec 8, 2024
Dec 8, 2024
Jan 2, 2025
Oct 19, 2023
Dec 8, 2024
Sep 25, 2021
Sep 25, 2021
May 18, 2019
Jan 20, 2024
Mar 20, 2024
Oct 19, 2023
Oct 19, 2023
Jan 7, 2023
Jan 18, 2024

Repository files navigation

chopshoplib

Chopshoplib on jitpack Build Status

Usage

For documentation on classes, see the javadocs

To use, in your build.gradle add the following:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    compile group: 'com.chopshop166.chopshoplib', name: 'core', version: '2024.1.1'
}

See The release page for a list showing the latest tags, or use the latest located in the badge above.

To use a local development version:

repositories {
    mavenLocal()
}

dependencies {
    compile group: 'com.chopshop166', name: 'chopshoplib', version: 'unspecified'
}

Then run ./gradlew publishToMavenLocal in this project before use in your robot project.

About

FRC Team 166's game-agnostic source code library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%