License |
License |
---|---|
GroupId | GroupIdorg.sonatype.restsimple |
ArtifactId | ArtifactIdrestsimple-jaxrs |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrestsimple-jaxrs
A simple REST framework based on ServiceDefinition.
|
Project URL |
Project URL |
Filename | Size |
---|---|
restsimple-jaxrs-0.4.pom | |
restsimple-jaxrs-0.4.jar | 22 KB |
restsimple-jaxrs-0.4-sources.jar | 12 KB |
restsimple-jaxrs-0.4-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/ -->
<dependency>
<groupId>org.sonatype.restsimple</groupId>
<artifactId>restsimple-jaxrs</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/
implementation 'org.sonatype.restsimple:restsimple-jaxrs:0.4'
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-jaxrs/
implementation ("org.sonatype.restsimple:restsimple-jaxrs:0.4")
'org.sonatype.restsimple:restsimple-jaxrs:jar:0.4'
<dependency org="org.sonatype.restsimple" name="restsimple-jaxrs" rev="0.4">
<artifact name="restsimple-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.restsimple', module='restsimple-jaxrs', version='0.4')
)
libraryDependencies += "org.sonatype.restsimple" % "restsimple-jaxrs" % "0.4"
[org.sonatype.restsimple/restsimple-jaxrs "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.restsimple : restsimple-api | jar | 0.4 |
org.slf4j : slf4j-api | jar | 1.6.1 |
com.google.inject.extensions : guice-servlet | jar | 3.0 |
com.google.inject : guice | jar | 3.0 |
asm : asm | jar | 3.3.1 |
asm : asm-util | jar | 3.3.1 |
com.sun.jersey : jersey-server | jar | 1.5 |
com.sun.jersey.contribs : jersey-guice | jar | 1.5 |
com.sun.jersey : jersey-json | jar | 1.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.restsimple : restsimple-tests-common | jar | 0.4 |
ch.qos.logback : logback-classic | jar | 0.9.26 |
org.testng : testng | jar | 5.14.10 |
org.eclipse.jetty : jetty-servlet | jar | 7.2.1.v20101111 |
org.eclipse.jetty : jetty-server | jar | 7.2.1.v20101111 |
com.ning : async-http-client | jar | 1.6.4 |