| License |
License |
|---|---|
| GroupId | GroupIdorg.raml.jaxrs |
| ArtifactId | ArtifactIdjaxrs-to-raml-core |
| 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 |
| Filename | Size |
|---|---|
| jaxrs-to-raml-core-3.0.7.pom | |
| jaxrs-to-raml-core-3.0.7.jar | 6 KB |
| jaxrs-to-raml-core-3.0.7-sources.jar | 4 KB |
| jaxrs-to-raml-core-3.0.7-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-core/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>jaxrs-to-raml-core</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-core/
implementation 'org.raml.jaxrs:jaxrs-to-raml-core:3.0.7'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-core/
implementation ("org.raml.jaxrs:jaxrs-to-raml-core:3.0.7")
'org.raml.jaxrs:jaxrs-to-raml-core:jar:3.0.7'
<dependency org="org.raml.jaxrs" name="jaxrs-to-raml-core" rev="3.0.7">
<artifact name="jaxrs-to-raml-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-to-raml-core', version='3.0.7')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-to-raml-core" % "3.0.7"
[org.raml.jaxrs/jaxrs-to-raml-core "3.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.raml.jaxrs : jaxrs-parser | jar | 3.0.7 |
| org.raml.jaxrs : jaxrs-to-raml-converter | jar | 3.0.7 |
| org.raml.jaxrs : raml-emitter | jar | 3.0.7 |