MVN

com.pro-crafting : swagger-maven-plugin

Maven & Gradle

Apr 22, 2018
1 usages
0 stars

Swagger Maven Plugin · A maven build plugin which helps you generate API document during build phase. Repackaged for fast tracking release of some features.

<plugin>
    <groupId>com.pro-crafting</groupId>
    <artifactId>swagger-maven-plugin</artifactId>
    <version>3.1.8.FT.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pro-crafting : swagger-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.8.FT.1

All Versions

Choose a version of com.pro-crafting : swagger-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
swagger-maven-plugin-3.1.8.FT.1

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.pro-crafting</groupId>
    <artifactId>swagger-maven-plugin</artifactId>
    <version>3.1.8.FT.1</version>
</plugin>

Advertisement