Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdorg.raml.jaxrs |
ArtifactId | ArtifactIdjaxrs-to-raml-gradle-examples |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jaxrs-to-raml-gradle-examples-2.1.0.pom | |
jaxrs-to-raml-gradle-examples-2.1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-gradle-examples/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>jaxrs-to-raml-gradle-examples</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-gradle-examples/
implementation 'org.raml.jaxrs:jaxrs-to-raml-gradle-examples:2.1.0'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-to-raml-gradle-examples/
implementation ("org.raml.jaxrs:jaxrs-to-raml-gradle-examples:2.1.0")
'org.raml.jaxrs:jaxrs-to-raml-gradle-examples:jar:2.1.0'
<dependency org="org.raml.jaxrs" name="jaxrs-to-raml-gradle-examples" rev="2.1.0">
<artifact name="jaxrs-to-raml-gradle-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-to-raml-gradle-examples', version='2.1.0')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-to-raml-gradle-examples" % "2.1.0"
[org.raml.jaxrs/jaxrs-to-raml-gradle-examples "2.1.0"]