| License |
License |
|---|---|
| GroupId | GroupIdorg.raml.jaxrs |
| ArtifactId | ArtifactIdutilities |
| 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 |
|---|---|
| utilities-3.0.7.pom | |
| utilities-3.0.7.jar | 13 KB |
| utilities-3.0.7-sources.jar | 13 KB |
| utilities-3.0.7-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/utilities/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>utilities</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/utilities/
implementation 'org.raml.jaxrs:utilities:3.0.7'
// https://jarcasting.com/artifacts/org.raml.jaxrs/utilities/
implementation ("org.raml.jaxrs:utilities:3.0.7")
'org.raml.jaxrs:utilities:jar:3.0.7'
<dependency org="org.raml.jaxrs" name="utilities" rev="3.0.7">
<artifact name="utilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='utilities', version='3.0.7')
)
libraryDependencies += "org.raml.jaxrs" % "utilities" % "3.0.7"
[org.raml.jaxrs/utilities "3.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.jcip : jcip-annotations | jar | 1.0 |
| com.google.guava : guava | jar | 19.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.25.1 |