MVN

com.github.jrcodeza : spring-openapi-client-generator-plugin

Maven & Gradle

Sep 22, 2020
38 stars

Spring Open API - Client generator plugin

<plugin>
    <groupId>com.github.jrcodeza</groupId>
    <artifactId>spring-openapi-client-generator-plugin</artifactId>
    <version>1.4.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jrcodeza : spring-openapi-client-generator-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.10

All Versions

Choose a version of com.github.jrcodeza : spring-openapi-client-generator-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
spring-openapi-client-generator-plugin-1.4.10
spring-openapi-client-generator-plugin-1.4.6.1
spring-openapi-client-generator-plugin-1.4.6
spring-openapi-client-generator-plugin-1.4.5
spring-openapi-client-generator-plugin-1.4.4
spring-openapi-client-generator-plugin-1.4.3
spring-openapi-client-generator-plugin-1.4.2
spring-openapi-client-generator-plugin-1.4.1
spring-openapi-client-generator-plugin-1.4.0
1.3.x
spring-openapi-client-generator-plugin-1.3.0
1.2.x
spring-openapi-client-generator-plugin-1.2.2
spring-openapi-client-generator-plugin-1.2.1
spring-openapi-client-generator-plugin-1.2.0
1.1.x
spring-openapi-client-generator-plugin-1.1.2
spring-openapi-client-generator-plugin-1.1.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>com.github.jrcodeza</groupId>
    <artifactId>spring-openapi-client-generator-plugin</artifactId>
    <version>1.4.10</version>
</plugin>

Advertisement