| GroupId | GroupIdit.nerdammer |
|---|---|
| ArtifactId | ArtifactIdoauthentication |
| Version | Version1.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oauthentication-1.1.6.pom | |
| oauthentication-1.1.6.jar | 41 KB |
| oauthentication-1.1.6-sources.jar | 18 KB |
| oauthentication-1.1.6-javadoc.jar | 82 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.nerdammer/oauthentication/ -->
<dependency>
<groupId>it.nerdammer</groupId>
<artifactId>oauthentication</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/it.nerdammer/oauthentication/
implementation 'it.nerdammer:oauthentication:1.1.6'
// https://jarcasting.com/artifacts/it.nerdammer/oauthentication/
implementation ("it.nerdammer:oauthentication:1.1.6")
'it.nerdammer:oauthentication:jar:1.1.6'
<dependency org="it.nerdammer" name="oauthentication" rev="1.1.6">
<artifact name="oauthentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.nerdammer', module='oauthentication', version='1.1.6')
)
libraryDependencies += "it.nerdammer" % "oauthentication" % "1.1.6"
[it.nerdammer/oauthentication "1.1.6"]