MVN

com.sun.jersey.oauth : jersey-oauth

Maven & Gradle

May 20, 2010

jersey-oauth

<dependency>
    <groupId>com.sun.jersey.oauth</groupId>
    <artifactId>jersey-oauth</artifactId>
    <version>1.1.1-ea</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.1-ea

All Versions

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

Version Vulnerabilities Updated
1.1.x
jersey-oauth-1.1.1-ea

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sun.jersey.oauth</groupId>
    <artifactId>jersey-oauth</artifactId>
    <version>1.1.1-ea</version>
</dependency>