MVN

io.openapiprocessor : openapi-processor-maven-plugin

Maven & Gradle

Feb 28, 2021
7 stars

openapi-processor Maven Plugin · maven plugin to run any openapi-processor from maven

<plugin>
    <groupId>io.openapiprocessor</groupId>
    <artifactId>openapi-processor-maven-plugin</artifactId>
    <version>2021.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openapiprocessor : openapi-processor-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2021.1

All Versions

Choose a version of io.openapiprocessor : openapi-processor-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2021.1
openapi-processor-maven-plugin-2021.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.openapiprocessor</groupId>
    <artifactId>openapi-processor-maven-plugin</artifactId>
    <version>2021.1</version>
</plugin>