is not current version
Last Version 2.0.3

com.google.flatbuffers:flatbuffers-parent 1.10.0

parent pom for flatbuffers java artifacts

Categories

Categories

FlatBuffers Data Data Formats Serialization
GroupId

GroupId

com.google.flatbuffers
ArtifactId

ArtifactId

flatbuffers-parent
Version

Version

1.10.0
Type

Type

pom

Download flatbuffers-parent 1.10.0


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