This project is published to the Sonatype Maven repository. You can integrate the lib into your project by just adding the dependencies to your build.gradle file.
Define the version of this API right after the gdxVersion:
gdxVersion = '1.9.6'
aiVersion = '0.1.0'
compile "com.gracefulcode:ai:$aiVersion"