MVN

com.github.icexelloss : flatc

Maven & Gradle

Sep 26, 2018
0 stars

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.

<dependency>
    <groupId>com.github.icexelloss</groupId>
    <artifactId>flatc</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.icexelloss : flatc to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.icexelloss : flatc to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
flatc-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.icexelloss</groupId>
    <artifactId>flatc</artifactId>
    <version>1.0</version>
</dependency>