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