Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 957 Bytes

File metadata and controls

29 lines (21 loc) · 957 Bytes

tigerlib - FRC Java Programs: Now with 100% Less Boilerplate

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.

Installation with Gradle

  1. Add the jitpack maven repository to the end of the repositories block in your build.gradle file:

    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
  2. Add the library to the end of the depencies block in your build.gradle file:

     dependencies {
         ...
         implementation 'com.github.itrt4176:tigerlib:v2023.1.0-beta1'
     }

Usage

Check our project wiki (coming soon) for tutorials and our javadoc for the full API.