Last Version

org.glassfish.jersey.security:oauth2-client 3.1.0-M3

Module that adds an OAuth 2 support to Jersey client

License

License

jQuery license
Categories

Categories

GlassFish Container Application Servers H2 Data Databases Security OAuth2 CLI User Interface Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.security
ArtifactId

ArtifactId

oauth2-client
Version

Version

3.1.0-M3
Type

Type

jar
Description

Description

Module that adds an OAuth 2 support to Jersey client
Project URL

Project URL

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

Project Organization

Eclipse Foundation

Download oauth2-client 3.1.0-M3


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth2-client/ -->
<dependency>
    <groupId>org.glassfish.jersey.security</groupId>
    <artifactId>oauth2-client</artifactId>
    <version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth2-client/
implementation 'org.glassfish.jersey.security:oauth2-client:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth2-client/
implementation ("org.glassfish.jersey.security:oauth2-client:3.1.0-M3")
'org.glassfish.jersey.security:oauth2-client:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.security" name="oauth2-client" rev="3.1.0-M3">
  <artifact name="oauth2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.security', module='oauth2-client', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.security" % "oauth2-client" % "3.1.0-M3"
[org.glassfish.jersey.security/oauth2-client "3.1.0-M3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.glassfish.jersey.media : jersey-media-json-binding jar 3.1.0-M3
org.glassfish.jersey.core : jersey-client jar 3.1.0-M3

test (1)

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

Project Modules

There are no modules declared in this project.