MVN

com.github.sylvainlaurent.maven : swagger-validator-maven-plugin

Maven & Gradle

Jun 15, 2019
11 stars

swagger-validator-maven-plugin Maven Plugin · A Maven Plugin to validate yaml and json swagger document

<plugin>
    <groupId>com.github.sylvainlaurent.maven</groupId>
    <artifactId>swagger-validator-maven-plugin</artifactId>
    <version>1.2.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.6

All Versions

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

Version Vulnerabilities Updated
1.2.x
swagger-validator-maven-plugin-1.2.6
swagger-validator-maven-plugin-1.2.5
swagger-validator-maven-plugin-1.2.4
swagger-validator-maven-plugin-1.2.3
swagger-validator-maven-plugin-1.2.2
swagger-validator-maven-plugin-1.2.1
swagger-validator-maven-plugin-1.2.0
1.1.x
swagger-validator-maven-plugin-1.1.1
swagger-validator-maven-plugin-1.1.0
1.0.x
swagger-validator-maven-plugin-1.0.2
swagger-validator-maven-plugin-1.0.1
swagger-validator-maven-plugin-1.0.0

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.sylvainlaurent.maven</groupId>
    <artifactId>swagger-validator-maven-plugin</artifactId>
    <version>1.2.6</version>
</plugin>