License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.contribs |
ArtifactId | ArtifactIdjersey-spring |
Last Version | Last Version1.19.4 |
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.19.4.pom | |
jersey-spring-1.19.4.jar | 16 KB |
jersey-spring-1.19.4-sources.jar | 15 KB |
jersey-spring-1.19.4-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-spring/ -->
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-spring</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-spring/
implementation 'com.sun.jersey.contribs:jersey-spring:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-spring/
implementation ("com.sun.jersey.contribs:jersey-spring:1.19.4")
'com.sun.jersey.contribs:jersey-spring:jar:1.19.4'
<dependency org="com.sun.jersey.contribs" name="jersey-spring" rev="1.19.4">
<artifact name="jersey-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs', module='jersey-spring', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.contribs" % "jersey-spring" % "1.19.4"
[com.sun.jersey.contribs/jersey-spring "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.5 |
com.sun.xml.bind : jaxb-impl | jar | 2.2.3-1 |
javax.annotation : jsr250-api | jar | 1.0 |
junit : junit | jar | 4.8.2 |