is not current version
Last Version 0.4

org.sonatype.restsimple:restsimple-api 0.2


GroupId

GroupId

org.sonatype.restsimple
ArtifactId

ArtifactId

restsimple-api
Version

Version

0.2
Type

Type

jar

Download restsimple-api 0.2


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