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