THIS IS BETA SOFTWARE! USE WITH CAUTION
tigerlib is a library meant at reducing the year to year recreation of nearly identical code for the Iron Tigers Robotics Team.
Add the jitpack maven repository to the end of the repositories block in your
build.gradlefile:repositories { ... maven { url 'https://jitpack.io' } }
Add the library to the end of the depencies block in your
build.gradlefile:dependencies { ... implementation 'com.github.itrt4176:tigerlib:v2023.1.0-beta1' }
Check our project wiki (coming soon) for tutorials and our javadoc for the full API.