An FTC library created by AIM Robotics to assist in java development To install the library, in the build.dependencies.gradle file of your repository add: repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { implementation 'com.github.AIMRobotics18657:AIMLib:VERSION' } Replacing VERSION with the tag below