is not current version
Last Version 1.1.7

it.nerdammer:oauthentication 1.1.2

Yet another API providing oAuth authentication in Java EE

GroupId

GroupId

it.nerdammer
ArtifactId

ArtifactId

oauthentication
Version

Version

1.1.2
Type

Type

jar

Download oauthentication 1.1.2


<!-- https://jarcasting.com/artifacts/it.nerdammer/oauthentication/ -->
<dependency>
    <groupId>it.nerdammer</groupId>
    <artifactId>oauthentication</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.nerdammer/oauthentication/
implementation 'it.nerdammer:oauthentication:1.1.2'
// https://jarcasting.com/artifacts/it.nerdammer/oauthentication/
implementation ("it.nerdammer:oauthentication:1.1.2")
'it.nerdammer:oauthentication:jar:1.1.2'
<dependency org="it.nerdammer" name="oauthentication" rev="1.1.2">
  <artifact name="oauthentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.nerdammer', module='oauthentication', version='1.1.2')
)
libraryDependencies += "it.nerdammer" % "oauthentication" % "1.1.2"
[it.nerdammer/oauthentication "1.1.2"]