License |
License |
---|---|
Categories |
CategoriesFlatBuffers Data Data Formats Serialization |
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdflatbuffers-parent |
Last Version | Last Version2.0.3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionartifacts for use with flatbuffers including repackaged builds of google flatbuffers source code
|
Filename | Size |
---|---|
flatbuffers-parent-2.0.3.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-parent/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>flatbuffers-parent</artifactId>
<version>2.0.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-parent/
implementation 'com.github.davidmoten:flatbuffers-parent:2.0.3.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-parent/
implementation ("com.github.davidmoten:flatbuffers-parent:2.0.3.2")
'com.github.davidmoten:flatbuffers-parent:pom:2.0.3.2'
<dependency org="com.github.davidmoten" name="flatbuffers-parent" rev="2.0.3.2">
<artifact name="flatbuffers-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='flatbuffers-parent', version='2.0.3.2')
)
libraryDependencies += "com.github.davidmoten" % "flatbuffers-parent" % "2.0.3.2"
[com.github.davidmoten/flatbuffers-parent "2.0.3.2"]