Primary reference repository for Jump Robotics
It can also be imported directly
Download Jump-Core.jar from https://github.com/Team8262/Jump-Core/releases
Create a folder called 'libs' in the root directory of your project
Put Jump-Core.jar in 'libs'
In the build.gradle file, add this line:
implementation fileTree(dir: 'libs', include: ['*.jar'])