| GroupId | GroupIdorg.sonatype.restsimple |
|---|---|
| ArtifactId | ArtifactIdrestsimple-jaxrs |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| restsimple-jaxrs-0.2.pom | |
| restsimple-jaxrs-0.2.jar | 19 KB |
| restsimple-jaxrs-0.2-sources.jar | 13 KB |
| restsimple-jaxrs-0.2-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/ -->
<dependency>
<groupId>org.sonatype.restsimple</groupId>
<artifactId>restsimple-jaxrs</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/
implementation 'org.sonatype.restsimple:restsimple-jaxrs:0.2'
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/
implementation ("org.sonatype.restsimple:restsimple-jaxrs:0.2")
'org.sonatype.restsimple:restsimple-jaxrs:jar:0.2'
<dependency org="org.sonatype.restsimple" name="restsimple-jaxrs" rev="0.2">
<artifact name="restsimple-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.restsimple', module='restsimple-jaxrs', version='0.2')
)
libraryDependencies += "org.sonatype.restsimple" % "restsimple-jaxrs" % "0.2"
[org.sonatype.restsimple/restsimple-jaxrs "0.2"]