MVN

com.github.shinanca : flatc

Maven & Gradle

Sep 18, 2020
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.shinanca</groupId>
    <artifactId>flatc</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1

All Versions

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

Version Vulnerabilities Updated
1.1
flatc-1.1
1.0
flatc-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.shinanca</groupId>
    <artifactId>flatc</artifactId>
    <version>1.1</version>
</dependency>

Advertisement