MVN

io.github.igink : swagger-maven-plugin

Maven & Gradle

Apr 03, 2024
0 stars

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

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

Latest Version

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

  • Latest Stable: 3.1.9

All Versions

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

Version Vulnerabilities Updated
3.1.x
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.igink</groupId>
    <artifactId>swagger-maven-plugin</artifactId>
    <version>3.1.9</version>
</plugin>