MVN

com.google.flatbuffers : flatbuffers-parent

Maven & Gradle

Sep 03, 2021
20.7k stars

flatbuffers-parent · parent pom for flatbuffers java artifacts

<dependency>
    <groupId>com.google.flatbuffers</groupId>
    <artifactId>flatbuffers-parent</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.flatbuffers : flatbuffers-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.google.flatbuffers : flatbuffers-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
flatbuffers-parent-2.0.3
flatbuffers-parent-2.0.2
flatbuffers-parent-2.0.1
flatbuffers-parent-2.0.0
1.12.x
flatbuffers-parent-1.12.0
1.11.x
flatbuffers-parent-1.11.0
1.10.x
flatbuffers-parent-1.10.0
1.9.x
flatbuffers-parent-1.9.0
1.8.x
flatbuffers-parent-1.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.flatbuffers</groupId>
    <artifactId>flatbuffers-parent</artifactId>
    <version>2.0.3</version>
</dependency>

Advertisement