MVN

fr.opensagres.maven.plugin : no-annotations-maven-plugin

Maven & Gradle

Jul 05, 2016

no-annotations-maven-plugin Maven Plugin · A maven plugin to create an API with no external dependencies (eg: swagger, jackson...)

<plugin>
    <groupId>fr.opensagres.maven.plugin</groupId>
    <artifactId>no-annotations-maven-plugin</artifactId>
    <version>0.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.opensagres.maven.plugin : no-annotations-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of fr.opensagres.maven.plugin : no-annotations-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
no-annotations-maven-plugin-0.6.0
0.5.x
no-annotations-maven-plugin-0.5.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>fr.opensagres.maven.plugin</groupId>
    <artifactId>no-annotations-maven-plugin</artifactId>
    <version>0.6.0</version>
</plugin>

Advertisement