Last Version

jersey-security 3.1.0-M3

Module that adds an OAuth 1 support to Jersey client.

License

License

jQuery license
Categories

Categories

GlassFish Container Application Servers Security CLI User Interface Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.security
ArtifactId

ArtifactId

oauth1-client
Version

Version

3.1.0-M3
Type

Type

jar
Description

Description

jersey-security
Module that adds an OAuth 1 support to Jersey client.
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/oauth1-client
Project Organization

Project Organization

Eclipse Foundation

Download oauth1-client 3.1.0-M3


<!-- 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"]

Dependencies

compile (4)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.glassfish.jersey.inject : jersey-hk2 jar 3.1.0-M3

Project Modules

There are no modules declared in this project.