It's just a unofficial build release for convenience
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.github.xxxifan:flatbuffers-java:1.4.0'
}
There's no step 3.
More details see official site: http://google.github.io/flatbuffers/flatbuffers_guide_use_java_c-sharp.html