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.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>3.1.8</version>
</plugin>
Choose a version of com.github.kongchen : swagger-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
swagger-maven-plugin-3.1.8
|
||
swagger-maven-plugin-3.1.7
|
|||
swagger-maven-plugin-3.1.6
|
|||
swagger-maven-plugin-3.1.5
|
|||
swagger-maven-plugin-3.1.4
|
|||
swagger-maven-plugin-3.1.3
|
|||
swagger-maven-plugin-3.1.2
|
|||
swagger-maven-plugin-3.1.1
|
|||
swagger-maven-plugin-3.1.0
|
|||
3.0.x |
swagger-maven-plugin-3.0.1
|
||
swagger-maven-plugin-3.0.0
|
|||
3.0 |
swagger-maven-plugin-3.0-M1
|
||
2.3.x |
swagger-maven-plugin-2.3.4
|
||
swagger-maven-plugin-2.3.3
|
|||
swagger-maven-plugin-2.3.2
|
|||
swagger-maven-plugin-2.3.1
|
|||
2.3 |
swagger-maven-plugin-2.3
|
||
2.2 |
swagger-maven-plugin-2.2
|
||
2.1 |
swagger-maven-plugin-2.1
|
||
2.0 |
swagger-maven-plugin-2.0
|
||
1.1.x |
swagger-maven-plugin-1.1.2
|
||
swagger-maven-plugin-1.1.1
|
|||
swagger-maven-plugin-1.1.0
|
|||
1.0 |
swagger-maven-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>3.1.8</version>
</plugin>
Advertisement