is not current version
Last Version 0.2

org.sonatype.restsimple:restsimple-parent 0.1

A simple REST framework based on ServiceDefinition.

GroupId

GroupId

org.sonatype.restsimple
ArtifactId

ArtifactId

restsimple-parent
Version

Version

0.1
Type

Type

pom

Download restsimple-parent 0.1

Filename Size
restsimple-parent-0.1.pom 11 KB
Browse

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