| License |
License |
|---|---|
| GroupId | GroupIdit.nerdammer |
| ArtifactId | ArtifactIdoauthentication |
| Last Version | Last Version1.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionoAuthentication
Yet another API providing oAuth authentication in Java EE
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| oauthentication-1.1.7.pom | |
| oauthentication-1.1.7.jar | 30 KB |
| oauthentication-1.1.7-sources.jar | 14 KB |
| oauthentication-1.1.7-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.nerdammer/oauthentication/ -->
<dependency>
<groupId>it.nerdammer</groupId>
<artifactId>oauthentication</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/it.nerdammer/oauthentication/
implementation 'it.nerdammer:oauthentication:1.1.7'
// https://jarcasting.com/artifacts/it.nerdammer/oauthentication/
implementation ("it.nerdammer:oauthentication:1.1.7")
'it.nerdammer:oauthentication:jar:1.1.7'
<dependency org="it.nerdammer" name="oauthentication" rev="1.1.7">
<artifact name="oauthentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.nerdammer', module='oauthentication', version='1.1.7')
)
libraryDependencies += "it.nerdammer" % "oauthentication" % "1.1.7"
[it.nerdammer/oauthentication "1.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.9 |
| commons-codec : commons-codec | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-web-api | jar | 6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |