is not current version
Last Version 1.10.0.2

com.github.davidmoten:flatbuffers-java 1.6.0.1

Memory Efficient Serialization Library

Categories

Categories

Java Languages FlatBuffers Data Data Formats Serialization
GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

flatbuffers-java
Version

Version

1.6.0.1
Type

Type

jar

Download flatbuffers-java 1.6.0.1


<!-- https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-java/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>flatbuffers-java</artifactId>
    <version>1.6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-java/
implementation 'com.github.davidmoten:flatbuffers-java:1.6.0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-java/
implementation ("com.github.davidmoten:flatbuffers-java:1.6.0.1")
'com.github.davidmoten:flatbuffers-java:jar:1.6.0.1'
<dependency org="com.github.davidmoten" name="flatbuffers-java" rev="1.6.0.1">
  <artifact name="flatbuffers-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='flatbuffers-java', version='1.6.0.1')
)
libraryDependencies += "com.github.davidmoten" % "flatbuffers-java" % "1.6.0.1"
[com.github.davidmoten/flatbuffers-java "1.6.0.1"]