MVN

io.kemtoa.openapi : openapi-backwards-compat-maven-plugin

Maven & Gradle

Feb 02, 2024
0 stars

OpenAPI Backwards Compatibility Maven Plugin · A Maven plugin for analyzing OpenAPI API Specs backwards compatible changes.

<plugin>
    <groupId>io.kemtoa.openapi</groupId>
    <artifactId>openapi-backwards-compat-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kemtoa.openapi : openapi-backwards-compat-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.kemtoa.openapi : openapi-backwards-compat-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
openapi-backwards-compat-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.kemtoa.openapi</groupId>
    <artifactId>openapi-backwards-compat-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>