MVN

com.github.beingcoder : openapi-generator-maven-plugin

Maven & Gradle

Jan 05, 2019
0 stars

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

<plugin>
    <groupId>com.github.beingcoder</groupId>
    <artifactId>openapi-generator-maven-plugin</artifactId>
    <version>3.3.4.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.4.2

All Versions

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

Version Vulnerabilities Updated
3.3.x
openapi-generator-maven-plugin-3.3.4.2
openapi-generator-maven-plugin-3.3.4.1
openapi-generator-maven-plugin-3.3.4

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