License |
License |
---|---|
GroupId | GroupIdorg.raml.jaxrs |
ArtifactId | ArtifactIdfeatures |
Last Version | Last Version3.0.5 |
Release Date | Release Date |
Type | Typepom |
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 |
---|---|
features-3.0.5.pom | 650 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/features/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>features</artifactId>
<version>3.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/features/
implementation 'org.raml.jaxrs:features:3.0.5'
// https://jarcasting.com/artifacts/org.raml.jaxrs/features/
implementation ("org.raml.jaxrs:features:3.0.5")
'org.raml.jaxrs:features:pom:3.0.5'
<dependency org="org.raml.jaxrs" name="features" rev="3.0.5">
<artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='features', version='3.0.5')
)
libraryDependencies += "org.raml.jaxrs" % "features" % "3.0.5"
[org.raml.jaxrs/features "3.0.5"]