is not current version
Last Version 0.4

org.sonatype.restsimple:restsimple 0.3

A simple REST framework based on ServiceDefinition.

GroupId

GroupId

org.sonatype.restsimple
ArtifactId

ArtifactId

restsimple
Version

Version

0.3
Type

Type

pom

Download restsimple 0.3

Filename Size
restsimple-0.3.pom 12 KB
Browse

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