org.raml.jaxrs:examples

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

License

License

GroupId

GroupId

org.raml.jaxrs
ArtifactId

ArtifactId

examples
Last Version

Last Version

3.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
Project Organization

Project Organization

Mulesoft

Download examples

Filename Size
examples-3.0.5.pom 3 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/examples/ -->
<dependency>
    <groupId>org.raml.jaxrs</groupId>
    <artifactId>examples</artifactId>
    <version>3.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/examples/
implementation 'org.raml.jaxrs:examples:3.0.5'
// https://jarcasting.com/artifacts/org.raml.jaxrs/examples/
implementation ("org.raml.jaxrs:examples:3.0.5")
'org.raml.jaxrs:examples:pom:3.0.5'
<dependency org="org.raml.jaxrs" name="examples" rev="3.0.5">
  <artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='examples', version='3.0.5')
)
libraryDependencies += "org.raml.jaxrs" % "examples" % "3.0.5"
[org.raml.jaxrs/examples "3.0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • maven-examples
  • gradle-examples

RAML for JAX-RS

Introduction

The goal of RAML for JAX-RS is to provide a set of tools to work with these technologies in a way of being able to scaffold a JAVA + JAX-RS application based on an existing RAML API definition (Code Generation), or its roundtrip, generate the RAML API definition based on an existing JAVA + JAX-RS application (Documentation).

Documentation

There are two projects:

NOTE: raml-to-jaxrs supports both RAML 0.8 and 1.0. jaxrs-to-raml supports RAML 1.0 only, to generate RAML 0.8, you can use version 1.3.x of raml-for-jax-rs.

Maven artifacts

Maven artifacts are available at:

Releases are also available on Maven Central.

Contributing

If you are interested in contributing some code to this project, thanks! Please submit a Contributors Agreement acknowledging that you are transferring ownership.

To discuss this project:

  • bug/feature request: please file a github issue
  • If you're not sure: you can use the RAML forum or Slack
org.raml.jaxrs

Mulesoft Labs

Versions

Version
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.1
2.1.0