MVN

com.sap.cloud.sdk.datamodel : openapi-generator-maven-plugin

Maven & Gradle

Aug 18, 2023

Data Model - OpenAPI Services - Generator Maven Plugin · OpenAPI Services data model (VDM) - Maven plugin for generator

<plugin>
    <groupId>com.sap.cloud.sdk.datamodel</groupId>
    <artifactId>openapi-generator-maven-plugin</artifactId>
    <version>4.21.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.sdk.datamodel : openapi-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.21.0

All Versions

Choose a version of com.sap.cloud.sdk.datamodel : openapi-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.21.x
openapi-generator-maven-plugin-4.21.0
4.20.x
openapi-generator-maven-plugin-4.20.0
4.19.x
openapi-generator-maven-plugin-4.19.0
4.18.x
openapi-generator-maven-plugin-4.18.0
4.17.x
openapi-generator-maven-plugin-4.17.0
4.16.x
openapi-generator-maven-plugin-4.16.0
4.15.x
openapi-generator-maven-plugin-4.15.0
4.14.x
openapi-generator-maven-plugin-4.14.0
4.13.x
openapi-generator-maven-plugin-4.13.0
4.12.x
openapi-generator-maven-plugin-4.12.0
4.11.x
openapi-generator-maven-plugin-4.11.0
4.10.x
openapi-generator-maven-plugin-4.10.0
4.9.x
openapi-generator-maven-plugin-4.9.0
4.8.x
openapi-generator-maven-plugin-4.8.0
4.7.x
openapi-generator-maven-plugin-4.7.0
4.6.x
openapi-generator-maven-plugin-4.6.0
4.5.x
openapi-generator-maven-plugin-4.5.0
4.4.x
openapi-generator-maven-plugin-4.4.0
4.3.x
openapi-generator-maven-plugin-4.3.0
4.2.x
openapi-generator-maven-plugin-4.2.0
4.1.x
openapi-generator-maven-plugin-4.1.0
4.0.x
openapi-generator-maven-plugin-4.0.0
3.78.x
openapi-generator-maven-plugin-3.78.0
3.77.x
openapi-generator-maven-plugin-3.77.0
3.76.x
openapi-generator-maven-plugin-3.76.0
3.75.x
openapi-generator-maven-plugin-3.75.0
3.74.x
openapi-generator-maven-plugin-3.74.0
3.73.x
openapi-generator-maven-plugin-3.73.0
3.72.x
openapi-generator-maven-plugin-3.72.0
3.71.x
openapi-generator-maven-plugin-3.71.0
3.70.x
openapi-generator-maven-plugin-3.70.0
3.69.x
openapi-generator-maven-plugin-3.69.0
3.68.x
openapi-generator-maven-plugin-3.68.0
3.67.x
openapi-generator-maven-plugin-3.67.0
3.66.x
openapi-generator-maven-plugin-3.66.0
3.65.x
openapi-generator-maven-plugin-3.65.0
3.64.x
openapi-generator-maven-plugin-3.64.0
3.63.x
openapi-generator-maven-plugin-3.63.0
3.62.x
openapi-generator-maven-plugin-3.62.0
3.61.x
openapi-generator-maven-plugin-3.61.0
3.60.x
openapi-generator-maven-plugin-3.60.0
3.59.x
openapi-generator-maven-plugin-3.59.0
3.58.x
openapi-generator-maven-plugin-3.58.0
3.57.x
openapi-generator-maven-plugin-3.57.0
3.56.x
openapi-generator-maven-plugin-3.56.0
3.55.x
openapi-generator-maven-plugin-3.55.1
3.54.x
openapi-generator-maven-plugin-3.54.0
3.53.x
openapi-generator-maven-plugin-3.53.0
3.52.x
openapi-generator-maven-plugin-3.52.0
3.51.x
openapi-generator-maven-plugin-3.51.0
3.50.x
openapi-generator-maven-plugin-3.50.0
3.49.x
openapi-generator-maven-plugin-3.49.0
3.48.x
openapi-generator-maven-plugin-3.48.0
3.47.x
openapi-generator-maven-plugin-3.47.0
3.46.x
openapi-generator-maven-plugin-3.46.0
3.45.x
openapi-generator-maven-plugin-3.45.0
3.44.x
openapi-generator-maven-plugin-3.44.1
3.43.x
openapi-generator-maven-plugin-3.43.0
3.42.x
openapi-generator-maven-plugin-3.42.0
3.41.x
openapi-generator-maven-plugin-3.41.0
3.40.x
openapi-generator-maven-plugin-3.40.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.sap.cloud.sdk.datamodel</groupId>
    <artifactId>openapi-generator-maven-plugin</artifactId>
    <version>4.21.0</version>
</plugin>

Advertisement