License |
License
CDDL+GPL License
|
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.oauth |
ArtifactId | ArtifactIdjersey-oauth |
Last Version | Last Version1.1.1-ea |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjersey-oauth
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jersey-oauth-1.1.1-ea.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.oauth/jersey-oauth/ -->
<dependency>
<groupId>com.sun.jersey.oauth</groupId>
<artifactId>jersey-oauth</artifactId>
<version>1.1.1-ea</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.oauth/jersey-oauth/
implementation 'com.sun.jersey.oauth:jersey-oauth:1.1.1-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.oauth/jersey-oauth/
implementation ("com.sun.jersey.oauth:jersey-oauth:1.1.1-ea")
'com.sun.jersey.oauth:jersey-oauth:pom:1.1.1-ea'
<dependency org="com.sun.jersey.oauth" name="jersey-oauth" rev="1.1.1-ea">
<artifact name="jersey-oauth" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.oauth', module='jersey-oauth', version='1.1.1-ea')
)
libraryDependencies += "com.sun.jersey.oauth" % "jersey-oauth" % "1.1.1-ea"
[com.sun.jersey.oauth/jersey-oauth "1.1.1-ea"]