MVN

io.apicurio : apicurio-codegen-maven-plugin

Maven & Gradle

Aug 14, 2023
4 stars

apicurio-codegen-cli

<plugin>
    <groupId>io.apicurio</groupId>
    <artifactId>apicurio-codegen-maven-plugin</artifactId>
    <version>1.1.0.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.apicurio : apicurio-codegen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0.Final
  • Latest Release Candidate: 1.1.0.RC1

All Versions

Choose a version of io.apicurio : apicurio-codegen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
apicurio-codegen-maven-plugin-1.1.0.Final
apicurio-codegen-maven-plugin-1.1.0.CR2
apicurio-codegen-maven-plugin-1.1.0.RC1
1.0.x
apicurio-codegen-maven-plugin-1.0.14.Final
apicurio-codegen-maven-plugin-1.0.13.Final
apicurio-codegen-maven-plugin-1.0.12.1
apicurio-codegen-maven-plugin-1.0.12.Final

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.apicurio</groupId>
    <artifactId>apicurio-codegen-maven-plugin</artifactId>
    <version>1.1.0.Final</version>
</plugin>

Advertisement