MVN

com.github.apiggs : apiggs-maven-plugin

Maven & Gradle

Nov 08, 2018
28 stars

apiggs-maven-plugin · easy use apiggs with maven.

<plugin>
    <groupId>com.github.apiggs</groupId>
    <artifactId>apiggs-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.apiggs : apiggs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.github.apiggs : apiggs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
apiggs-maven-plugin-1.6
1.5
apiggs-maven-plugin-1.5
1.4
apiggs-maven-plugin-1.4
1.3
apiggs-maven-plugin-1.3
1.2
apiggs-maven-plugin-1.2
1.1
apiggs-maven-plugin-1.1
1.0
apiggs-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>com.github.apiggs</groupId>
    <artifactId>apiggs-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>

Advertisement