MVN

com.github.ptv-logistics : openapi-generator-maven-plugin

Maven & Gradle

Feb 10, 2023
16.9k stars

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

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

Latest Version

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

  • Latest Stable: 6.2.1.2

All Versions

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

Version Vulnerabilities Updated
6.2.x
openapi-generator-maven-plugin-6.2.1.2
openapi-generator-maven-plugin-6.2.1.1
openapi-generator-maven-plugin-6.2.1
5.3.x
openapi-generator-maven-plugin-5.3.1
5.0.x
openapi-generator-maven-plugin-5.0.2
openapi-generator-maven-plugin-5.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>com.github.ptv-logistics</groupId>
    <artifactId>openapi-generator-maven-plugin</artifactId>
    <version>6.2.1.2</version>
</plugin>

Advertisement