| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey.contribs.jersey-oauth |
| ArtifactId | ArtifactIdoauth-client |
| Last Version | Last Version1.19.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionoauth-client
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| oauth-client-1.19.4.pom | |
| oauth-client-1.19.4.jar | 14 KB |
| oauth-client-1.19.4-sources.jar | 11 KB |
| oauth-client-1.19.4-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-client/ -->
<dependency>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>oauth-client</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-client/
implementation 'com.sun.jersey.contribs.jersey-oauth:oauth-client:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-client/
implementation ("com.sun.jersey.contribs.jersey-oauth:oauth-client:1.19.4")
'com.sun.jersey.contribs.jersey-oauth:oauth-client:jar:1.19.4'
<dependency org="com.sun.jersey.contribs.jersey-oauth" name="oauth-client" rev="1.19.4">
<artifact name="oauth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs.jersey-oauth', module='oauth-client', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.contribs.jersey-oauth" % "oauth-client" % "1.19.4"
[com.sun.jersey.contribs.jersey-oauth/oauth-client "1.19.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |