License |
License |
---|---|
GroupId | GroupIdorg.raml.jaxrs |
ArtifactId | ArtifactIdjaxrs-test-resources |
Last Version | Last Version3.0.7 |
Release Date | Release Date |
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-test-resources-3.0.7.pom | |
jaxrs-test-resources-3.0.7.jar | 25 KB |
jaxrs-test-resources-3.0.7-sources.jar | 33 KB |
jaxrs-test-resources-3.0.7-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>jaxrs-test-resources</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/
implementation 'org.raml.jaxrs:jaxrs-test-resources:3.0.7'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/
implementation ("org.raml.jaxrs:jaxrs-test-resources:3.0.7")
'org.raml.jaxrs:jaxrs-test-resources:jar:3.0.7'
<dependency org="org.raml.jaxrs" name="jaxrs-test-resources" rev="3.0.7">
<artifact name="jaxrs-test-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-test-resources', version='3.0.7')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-test-resources" % "3.0.7"
[org.raml.jaxrs/jaxrs-test-resources "3.0.7"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
org.glassfish.jersey.media : jersey-media-multipart | jar | 2.24 |
javax.validation : validation-api | jar | 1.1.0.Final |
org.raml.jaxrs : raml-generator-api | jar | 3.0.7 |
org.raml.jaxrs : raml-emitter | jar | 3.0.7 |
org.raml : raml-parser-2 | jar | 1.0.28 |
org.raml.jaxrs : jaxrs-to-raml-cli | jar | 3.0.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |