MVN

io.github.cyrilschumacher : swagger-maven-plugin

Maven & Gradle

May 10, 2021
1 stars

Swagger Maven Plugin · A maven build plugin which helps you generate API document during build phase

<plugin>
    <groupId>io.github.cyrilschumacher</groupId>
    <artifactId>swagger-maven-plugin</artifactId>
    <version>3.1.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cyrilschumacher : swagger-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.11

All Versions

Choose a version of io.github.cyrilschumacher : swagger-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
swagger-maven-plugin-3.1.11
swagger-maven-plugin-3.1.10
swagger-maven-plugin-3.1.9

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.github.cyrilschumacher</groupId>
    <artifactId>swagger-maven-plugin</artifactId>
    <version>3.1.11</version>
</plugin>

Advertisement