Skip to content

FRC Team 166's game-agnostic source code library

License

Notifications You must be signed in to change notification settings

Liammurray19/chopshoplib

 
 

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%