Last Version

FlatBuffers Compiler Binaries 1.0

FlatBuffers is a memory efficient serialization library that allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. This package contains platform-dependent FlatBuffers compiler binaries.

License

License

GroupId

GroupId

com.vlkan
ArtifactId

ArtifactId

flatc
Version

Version

1.0
Type

Type

pom
Description

Description

FlatBuffers Compiler Binaries
FlatBuffers is a memory efficient serialization library that allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. This package contains platform-dependent FlatBuffers compiler binaries.
Project URL

Project URL

https://github.com/vy/flatc
Source Code Management

Source Code Management

http://github.com/vy/flatc

Download flatc 1.0

Filename Size
flatc-1.0.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • linux-x86_64
  • osx-x86_64