MVN

com.sequsoft.maven.plugins : flatbuffers-maven-plugin-parent

Maven & Gradle

Apr 02, 2020

Flatbuffers maven plugin parent · A maven plugin that compiles code from flatbuffers schema files using the right executable for your platform by downloading and compiling the flatbuffers codebase if necessary.

<dependency>
    <groupId>com.sequsoft.maven.plugins</groupId>
    <artifactId>flatbuffers-maven-plugin-parent</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sequsoft.maven.plugins : flatbuffers-maven-plugin-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.sequsoft.maven.plugins : flatbuffers-maven-plugin-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
flatbuffers-maven-plugin-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sequsoft.maven.plugins</groupId>
    <artifactId>flatbuffers-maven-plugin-parent</artifactId>
    <version>0.0.1</version>
</dependency>