| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools |
| GroupId | GroupIdorg.raml.jaxrs |
| ArtifactId | ArtifactIdbuild-tools |
| 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 |
|---|---|
| build-tools-3.0.7.pom | |
| build-tools-3.0.7.jar | 5 KB |
| build-tools-3.0.7-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/build-tools/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>build-tools</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/build-tools/
implementation 'org.raml.jaxrs:build-tools:3.0.7'
// https://jarcasting.com/artifacts/org.raml.jaxrs/build-tools/
implementation ("org.raml.jaxrs:build-tools:3.0.7")
'org.raml.jaxrs:build-tools:jar:3.0.7'
<dependency org="org.raml.jaxrs" name="build-tools" rev="3.0.7">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='build-tools', version='3.0.7')
)
libraryDependencies += "org.raml.jaxrs" % "build-tools" % "3.0.7"
[org.raml.jaxrs/build-tools "3.0.7"]