RAML to JAXRS Gradle Plugin

RAML to JAXRS generator

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.raml.jaxrs
ArtifactId

ArtifactId

raml-to-jaxrs-gradle-plugin
Last Version

Last Version

3.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

RAML to JAXRS Gradle Plugin
RAML to JAXRS generator
Project URL

Project URL

https://github.com/mulesoft-labs/raml-for-jax-rs
Source Code Management

Source Code Management

https://github.com/mulesoft-labs/raml-for-jax-rs

Download raml-to-jaxrs-gradle-plugin

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.sun.codemodel : codemodel jar 2.6
org.raml.jaxrs : jaxrs-code-generator jar 3.0.5
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

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