Jersey OAuth2 Resource Server Base Implementation

OAuth2 Provider Framework for Jersey

License

License

Categories

Categories

H2 Data Databases OAuth2 Security Jersey Program Interface REST Frameworks
GroupId

GroupId

com.github.hburgmeier.jerseyoauth2
ArtifactId

ArtifactId

jersey-oauth2-rs-impl-base
Last Version

Last Version

0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Jersey OAuth2 Resource Server Base Implementation
OAuth2 Provider Framework for Jersey

Download jersey-oauth2-rs-impl-base

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-rs-impl-base/ -->
<dependency>
    <groupId>com.github.hburgmeier.jerseyoauth2</groupId>
    <artifactId>jersey-oauth2-rs-impl-base</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-rs-impl-base/
implementation 'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-rs-impl-base:0.8'
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-rs-impl-base/
implementation ("com.github.hburgmeier.jerseyoauth2:jersey-oauth2-rs-impl-base:0.8")
'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-rs-impl-base:jar:0.8'
<dependency org="com.github.hburgmeier.jerseyoauth2" name="jersey-oauth2-rs-impl-base" rev="0.8">
  <artifact name="jersey-oauth2-rs-impl-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hburgmeier.jerseyoauth2', module='jersey-oauth2-rs-impl-base', version='0.8')
)
libraryDependencies += "com.github.hburgmeier.jerseyoauth2" % "jersey-oauth2-rs-impl-base" % "0.8"
[com.github.hburgmeier.jerseyoauth2/jersey-oauth2-rs-impl-base "0.8"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.hburgmeier.jerseyoauth2 : jersey-oauth2-rs-api jar 0.8
com.github.hburgmeier.jerseyoauth2 : jersey-oauth2-protocol-impl jar 0.8
javax.ws.rs : jsr311-api jar 1.1.1
org.slf4j : slf4j-api jar 1.7.2

Project Modules

There are no modules declared in this project.

JerseyOAuth2

Did you ever want to offer OAuth2 for your (Jersey) REST service? Did you hold back, because there
was no server framework available for Jersey? Now here is the solution…

See the Wiki for details.

Versions

Version
0.8
0.7