License |
License |
---|---|
GroupId | GroupIdorg.sonatype.restsimple |
ArtifactId | ArtifactIdrestsimple |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrestsimple
A simple REST framework based on ServiceDefinition.
|
Project URL |
Project URL |
Filename | Size |
---|---|
restsimple-0.4.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple/ -->
<dependency>
<groupId>org.sonatype.restsimple</groupId>
<artifactId>restsimple</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple/
implementation 'org.sonatype.restsimple:restsimple:0.4'
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple/
implementation ("org.sonatype.restsimple:restsimple:0.4")
'org.sonatype.restsimple:restsimple:pom:0.4'
<dependency org="org.sonatype.restsimple" name="restsimple" rev="0.4">
<artifact name="restsimple" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.restsimple', module='restsimple', version='0.4')
)
libraryDependencies += "org.sonatype.restsimple" % "restsimple" % "0.4"
[org.sonatype.restsimple/restsimple "0.4"]