License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdfr.norad.jaxrs.oauth2 |
ArtifactId | ArtifactIdjaxrs-oauth2 |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFull jax-rs security using oauth2
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaxrs-oauth2-0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.norad.jaxrs.oauth2/jaxrs-oauth2/ -->
<dependency>
<groupId>fr.norad.jaxrs.oauth2</groupId>
<artifactId>jaxrs-oauth2</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.norad.jaxrs.oauth2/jaxrs-oauth2/
implementation 'fr.norad.jaxrs.oauth2:jaxrs-oauth2:0.7'
// https://jarcasting.com/artifacts/fr.norad.jaxrs.oauth2/jaxrs-oauth2/
implementation ("fr.norad.jaxrs.oauth2:jaxrs-oauth2:0.7")
'fr.norad.jaxrs.oauth2:jaxrs-oauth2:pom:0.7'
<dependency org="fr.norad.jaxrs.oauth2" name="jaxrs-oauth2" rev="0.7">
<artifact name="jaxrs-oauth2" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.norad.jaxrs.oauth2', module='jaxrs-oauth2', version='0.7')
)
libraryDependencies += "fr.norad.jaxrs.oauth2" % "jaxrs-oauth2" % "0.7"
[fr.norad.jaxrs.oauth2/jaxrs-oauth2 "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 0.11.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easytesting : fest-assert-core | jar | 2.0M8 |
org.mockito : mockito-all | jar | 1.9.0-rc1 |