License |
License
CDDL+GPL License
|
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey-spring |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-spring
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jersey-spring-1.0.pom | |
jersey-spring-1.0.jar | 16 KB |
jersey-spring-1.0-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-spring/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-spring</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-spring/
implementation 'com.sun.jersey:jersey-spring:1.0'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-spring/
implementation ("com.sun.jersey:jersey-spring:1.0")
'com.sun.jersey:jersey-spring:jar:1.0'
<dependency org="com.sun.jersey" name="jersey-spring" rev="1.0">
<artifact name="jersey-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-spring', version='1.0')
)
libraryDependencies += "com.sun.jersey" % "jersey-spring" % "1.0"
[com.sun.jersey/jersey-spring "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-server | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-client | jar | 1.0 |
org.mortbay.jetty : jetty | jar | 6.1.3 |
org.mortbay.jetty : jetty-util | jar | 6.1.3 |
org.testng : testng | jar | 5.5 |
com.sun.xml.bind : jaxb-impl | jar | 2.1 |
javax.annotation : jsr250-api | jar | 1.0 |
junit : junit | jar | 3.8.1 |