| License |
License |
|---|---|
| GroupId | GroupIdorg.raml.jaxrs |
| ArtifactId | ArtifactIdjaxrs-to-raml-converter |
| Version | Version3.0.7 |
| Type | Typejar |
| Description |
DescriptionThis project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-converter/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>jaxrs-to-raml-converter</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-converter/
implementation 'org.raml.jaxrs:jaxrs-to-raml-converter:3.0.7'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-converter/
implementation ("org.raml.jaxrs:jaxrs-to-raml-converter:3.0.7")
'org.raml.jaxrs:jaxrs-to-raml-converter:jar:3.0.7'
<dependency org="org.raml.jaxrs" name="jaxrs-to-raml-converter" rev="3.0.7">
<artifact name="jaxrs-to-raml-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-to-raml-converter', version='3.0.7')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-to-raml-converter" % "3.0.7"
[org.raml.jaxrs/jaxrs-to-raml-converter "3.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.raml.jaxrs : raml-api | jar | 3.0.7 |
| org.raml.jaxrs : jaxrs-api | jar | 3.0.7 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.raml.jaxrs : utilities | jar | 3.0.7 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |