MVN

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

Maven & Gradle

Oct 01, 2022
0 stars

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

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

Latest Version

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

  • Latest Stable: 6.2.0

All Versions

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

Version Vulnerabilities Updated
6.2.x
openapi-generator-maven-plugin-6.2.0
5.3.x
openapi-generator-maven-plugin-5.3.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>io.github.mmalygin</groupId>
    <artifactId>openapi-generator-maven-plugin</artifactId>
    <version>6.2.0</version>
</plugin>