xxxifan / flatbuffers-java

unofficial flatbuffers java library, source https://github.com/google/flatbuffers/tree/master/java/com/google/flatbuffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's just a unofficial build release for convenience

Usage

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

About

unofficial flatbuffers java library, source https://github.com/google/flatbuffers/tree/master/java/com/google/flatbuffers


Languages

Language:Java 100.0%