MVN

org.raml.jaxrs : raml-for-jaxrs

Maven & Gradle

Oct 08, 2019
294 stars

raml-for-jaxrs · This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.

<dependency>
    <groupId>org.raml.jaxrs</groupId>
    <artifactId>raml-for-jaxrs</artifactId>
    <version>3.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.7

All Versions

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

  • Version Updated
  • raml-for-jaxrs-3.0.7

    Oct 08, 2019
  • raml-for-jaxrs-3.0.5

    Mar 07, 2019
  • raml-for-jaxrs-3.0.4

    Oct 14, 2018
  • raml-for-jaxrs-3.0.3

    Sep 09, 2018
  • raml-for-jaxrs-3.0.2

    Jun 10, 2018
  • raml-for-jaxrs-3.0.1

    Mar 23, 2018
  • raml-for-jaxrs-3.0.0

    Mar 20, 2018
  • raml-for-jaxrs-2.1.1

    Dec 06, 2017
  • raml-for-jaxrs-2.1.0

    Aug 03, 2017

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.raml.jaxrs</groupId>
    <artifactId>raml-for-jaxrs</artifactId>
    <version>3.0.7</version>
</dependency>