MVN

com.sun.jersey : jersey-contribs

Maven & Gradle

May 20, 2010

Contributions to Jersey · Projects that provide additional functionality to jersey, like integration with other projects/frameworks.

<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-contribs</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jersey : jersey-contribs to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.sun.jersey : jersey-contribs to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
jersey-contribs-1.0
0.9
jersey-contribs-0.9-ea
0.8
jersey-contribs-0.8-ea

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-contribs</artifactId>
    <version>1.0</version>
</dependency>

Advertisement