Import into robot project by adding this into your build.gradle. Make sure to change <release_tag> with the desired FalconUtils version.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies{
// other dependencies
implementation 'com.github.team4099:FalconUtils:<release_tag>'
}