| GroupId | GroupIdcom.andretietz.retroauth |
|---|---|
| ArtifactId | ArtifactIdretroauth |
| Version | Version3.0.0-beta19 |
| Type | Typejar |
| Filename | Size |
|---|---|
| retroauth-3.0.0-beta19.pom | |
| retroauth-3.0.0-beta19.jar | 32 KB |
| retroauth-3.0.0-beta19-sources.jar | 261 bytes |
| retroauth-3.0.0-beta19-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.andretietz.retroauth/retroauth/ -->
<dependency>
<groupId>com.andretietz.retroauth</groupId>
<artifactId>retroauth</artifactId>
<version>3.0.0-beta19</version>
</dependency>
// https://jarcasting.com/artifacts/com.andretietz.retroauth/retroauth/
implementation 'com.andretietz.retroauth:retroauth:3.0.0-beta19'
// https://jarcasting.com/artifacts/com.andretietz.retroauth/retroauth/
implementation ("com.andretietz.retroauth:retroauth:3.0.0-beta19")
'com.andretietz.retroauth:retroauth:jar:3.0.0-beta19'
<dependency org="com.andretietz.retroauth" name="retroauth" rev="3.0.0-beta19">
<artifact name="retroauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andretietz.retroauth', module='retroauth', version='3.0.0-beta19')
)
libraryDependencies += "com.andretietz.retroauth" % "retroauth" % "3.0.0-beta19"
[com.andretietz.retroauth/retroauth "3.0.0-beta19"]