License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers H2 Data Databases Security OAuth2 CLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.security |
ArtifactId | ArtifactIdoauth2-client |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionModule that adds an OAuth 2 support to Jersey client
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
oauth2-client-3.1.0-M3.pom | |
oauth2-client-3.1.0-M3.jar | 47 KB |
oauth2-client-3.1.0-M3-sources.jar | 38 KB |
oauth2-client-3.1.0-M3-javadoc.jar | 97 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.inject : jersey-hk2 | jar | 3.1.0-M3 |