is not current version
Last Version 0.8

com.github.hburgmeier.jerseyoauth2:jersey-oauth2 0.7

OAuth2 Provider Framework for Jersey

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.7
Type

Type

pom

Download jersey-oauth2 0.7

Filename Size
jersey-oauth2-0.7.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.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2/
implementation 'com.github.hburgmeier.jerseyoauth2:jersey-oauth2:0.7'
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2/
implementation ("com.github.hburgmeier.jerseyoauth2:jersey-oauth2:0.7")
'com.github.hburgmeier.jerseyoauth2:jersey-oauth2:pom:0.7'
<dependency org="com.github.hburgmeier.jerseyoauth2" name="jersey-oauth2" rev="0.7">
  <artifact name="jersey-oauth2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hburgmeier.jerseyoauth2', module='jersey-oauth2', version='0.7')
)
libraryDependencies += "com.github.hburgmeier.jerseyoauth2" % "jersey-oauth2" % "0.7"
[com.github.hburgmeier.jerseyoauth2/jersey-oauth2 "0.7"]