Last Version

Jersey OAuth2 Provider Main 0.8

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
Version

Version

0.8
Type

Type

pom
Description

Description

Jersey OAuth2 Provider Main
OAuth2 Provider Framework for Jersey
Project URL

Project URL

https://github.com/hburgmeier/jerseyoauth2.git
Source Code Management

Source Code Management

https://github.com/hburgmeier/jerseyoauth2.git

Download jersey-oauth2 0.8

Filename Size
jersey-oauth2-0.8.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jersey-oauth2-api
  • jersey-oauth2-rs-api
  • jersey-oauth2-rs-impl-base
  • jersey-oauth2-rs-impl
  • jersey-oauth2-rs-impl-rs2
  • jersey-oauth2-authsrv-api
  • jersey-oauth2-authsrv-impl
  • jersey-oauth2-authsrv-jpa
  • jersey-oauth2-authsrv-openid
  • jersey-oauth2-sample
  • jersey-oauth2-sample-openid
  • jersey-oauth2-scribe-oauth2
  • jersey-oauth2-testsuite-base
  • jersey-oauth2-testsuite
  • jersey-oauth2-testsuite-rs2
  • jersey-oauth2-protocol-impl
  • jersey-oauth2-guice-utils