Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.raml.jaxrs |
ArtifactId | ArtifactIdsimple-json-example |
Version | Version3.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/simple-json-example/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>simple-json-example</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/simple-json-example/
implementation 'org.raml.jaxrs:simple-json-example:3.0.4'
// https://jarcasting.com/artifacts/org.raml.jaxrs/simple-json-example/
implementation ("org.raml.jaxrs:simple-json-example:3.0.4")
'org.raml.jaxrs:simple-json-example:jar:3.0.4'
<dependency org="org.raml.jaxrs" name="simple-json-example" rev="3.0.4">
<artifact name="simple-json-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='simple-json-example', version='3.0.4')
)
libraryDependencies += "org.raml.jaxrs" % "simple-json-example" % "3.0.4"
[org.raml.jaxrs/simple-json-example "3.0.4"]