MVN

io.potter.thrift : thrift-maven-plugin

Maven & Gradle

Jul 20, 2018

Maven Thrift Plugin · thrift compiler with pre-compiled archive, only work with java.

<plugin>
    <groupId>io.potter.thrift</groupId>
    <artifactId>thrift-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.potter.thrift : thrift-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.potter.thrift : thrift-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
thrift-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.potter.thrift</groupId>
    <artifactId>thrift-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement