| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases OAuth2 Security Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.github.hburgmeier.jerseyoauth2 |
| ArtifactId | ArtifactIdjersey-oauth2 |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJersey OAuth2 Provider Main
OAuth2 Provider Framework for Jersey
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| 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"]