MVN

io.github.jsfrench : swaggerhub-maven-plugin

Maven & Gradle

Mar 05, 2018
30 stars

SwaggerHub Maven Plugin · A maven plugin for downloading and uploading Swagger/OAS definitions from/to SwaggerHub as part of a build process.

<plugin>
    <groupId>io.github.jsfrench</groupId>
    <artifactId>swaggerhub-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
swaggerhub-maven-plugin-1.0.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>io.github.jsfrench</groupId>
    <artifactId>swaggerhub-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement