License |
License
GLPv3 with Classpath Exception
|
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.cedarsoft.rest |
ArtifactId | ArtifactIdjersey |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey Integration
cedarsoft Open Projects
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jersey-1.0.0.pom | |
jersey-1.0.0.jar | 8 KB |
jersey-1.0.0-tests.jar | 1 KB |
jersey-1.0.0-sources.jar | 5 KB |
jersey-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.rest/jersey/ -->
<dependency>
<groupId>com.cedarsoft.rest</groupId>
<artifactId>jersey</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.rest/jersey/
implementation 'com.cedarsoft.rest:jersey:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.rest/jersey/
implementation ("com.cedarsoft.rest:jersey:1.0.0")
'com.cedarsoft.rest:jersey:jar:1.0.0'
<dependency org="com.cedarsoft.rest" name="jersey" rev="1.0.0">
<artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.rest', module='jersey', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.rest" % "jersey" % "1.0.0"
[com.cedarsoft.rest/jersey "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.rest : server | jar | 1.0.0 |
javax.ws.rs : jsr311-api | jar | 1.1.1 |
com.google.inject : guice | jar | 3.0-rc2 |
com.google.inject.extensions : guice-servlet | jar | 3.0-rc2 |
com.sun.jersey : jersey-server | jar | 1.5 |
com.sun.jersey.contribs : jersey-guice | jar | 1.5 |
org.easytesting : fest-reflect | jar | 1.2 |
com.google.guava : guava | jar | r08 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
com.intellij : annotations | jar | 7.0.3 |
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.commons : test-utils | jar | 4.0.0 |