is not current version
Last Version 0.4

org.sonatype.restsimple:restsimple-jaxrs 0.2


GroupId

GroupId

org.sonatype.restsimple
ArtifactId

ArtifactId

restsimple-jaxrs
Version

Version

0.2
Type

Type

jar

Download restsimple-jaxrs 0.2


<!-- https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/ -->
<dependency>
    <groupId>org.sonatype.restsimple</groupId>
    <artifactId>restsimple-jaxrs</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/
implementation 'org.sonatype.restsimple:restsimple-jaxrs:0.2'
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/
implementation ("org.sonatype.restsimple:restsimple-jaxrs:0.2")
'org.sonatype.restsimple:restsimple-jaxrs:jar:0.2'
<dependency org="org.sonatype.restsimple" name="restsimple-jaxrs" rev="0.2">
  <artifact name="restsimple-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.restsimple', module='restsimple-jaxrs', version='0.2')
)
libraryDependencies += "org.sonatype.restsimple" % "restsimple-jaxrs" % "0.2"
[org.sonatype.restsimple/restsimple-jaxrs "0.2"]