MVN

io.github.atkawa7 : openapi-generator-maven-plugin

Maven & Gradle

Apr 21, 2021

openapi-generator (maven-plugin) · maven plugin to build modules from OpenAPI Generator

<plugin>
    <groupId>io.github.atkawa7</groupId>
    <artifactId>openapi-generator-maven-plugin</artifactId>
    <version>4.3.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.atkawa7 : openapi-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.3.5

All Versions

Choose a version of io.github.atkawa7 : openapi-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.3.x
openapi-generator-maven-plugin-4.3.5

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.atkawa7</groupId>
    <artifactId>openapi-generator-maven-plugin</artifactId>
    <version>4.3.5</version>
</plugin>