License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Security CLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.security |
ArtifactId | ArtifactIdoauth1-client |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-security
Module that adds an OAuth 1 support to Jersey client.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
oauth1-client-3.1.0-M3.pom | |
oauth1-client-3.1.0-M3.jar | 38 KB |
oauth1-client-3.1.0-M3-sources.jar | 38 KB |
oauth1-client-3.1.0-M3-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-client/ -->
<dependency>
<groupId>org.glassfish.jersey.security</groupId>
<artifactId>oauth1-client</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-client/
implementation 'org.glassfish.jersey.security:oauth1-client:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-client/
implementation ("org.glassfish.jersey.security:oauth1-client:3.1.0-M3")
'org.glassfish.jersey.security:oauth1-client:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.security" name="oauth1-client" rev="3.1.0-M3">
<artifact name="oauth1-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.security', module='oauth1-client', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.security" % "oauth1-client" % "3.1.0-M3"
[org.glassfish.jersey.security/oauth1-client "3.1.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-common | jar | 3.1.0-M3 |
jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.1.0 |
org.glassfish.jersey.security : oauth1-signature | jar | 3.1.0-M3 |
org.glassfish.jersey.core : jersey-client | jar | 3.1.0-M3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 3.1.0-M3 |