MVN

org.raml.jaxrs : jaxrs-to-raml-maven-plugin

Maven & Gradle

Oct 08, 2019
294 stars
<plugin>
    <groupId>org.raml.jaxrs</groupId>
    <artifactId>jaxrs-to-raml-maven-plugin</artifactId>
    <version>3.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.raml.jaxrs : jaxrs-to-raml-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.7

All Versions

Choose a version of org.raml.jaxrs : jaxrs-to-raml-maven-plugin to add to Maven - All Versions:

  • Version Updated
  • jaxrs-to-raml-maven-plugin-3.0.7

    Oct 08, 2019
  • jaxrs-to-raml-maven-plugin-3.0.5

    Mar 07, 2019
  • jaxrs-to-raml-maven-plugin-3.0.4

    Oct 14, 2018
  • jaxrs-to-raml-maven-plugin-3.0.3

    Sep 09, 2018
  • jaxrs-to-raml-maven-plugin-3.0.2

    Jun 10, 2018
  • jaxrs-to-raml-maven-plugin-3.0.1

    Mar 23, 2018
  • jaxrs-to-raml-maven-plugin-3.0.0

    Mar 20, 2018
  • jaxrs-to-raml-maven-plugin-2.1.1

    Dec 06, 2017
  • jaxrs-to-raml-maven-plugin-2.1.0

    Aug 03, 2017

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.raml.jaxrs</groupId>
    <artifactId>jaxrs-to-raml-maven-plugin</artifactId>
    <version>3.0.7</version>
</plugin>

Advertisement