MVN

com.hubspot : swagger-maven-plugin

Maven & Gradle

Nov 14, 2014
0 stars

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

<plugin>
    <groupId>com.hubspot</groupId>
    <artifactId>swagger-maven-plugin</artifactId>
    <version>2.3.4-HUBSPOT</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.4-HUBSPOT

All Versions

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

Version Vulnerabilities Updated
2.3.x
swagger-maven-plugin-2.3.4-HUBSPOT
swagger-maven-plugin-2.3.3-HUBSPOT

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.hubspot</groupId>
    <artifactId>swagger-maven-plugin</artifactId>
    <version>2.3.4-HUBSPOT</version>
</plugin>