License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.timtimmahh |
ArtifactId | ArtifactIdgpsoauth-kotlin |
Version | Version0.0.2 |
Type | Typeaar |
Description |
Descriptiongpsoauth-kotlin
A Google Play Services master login flow library written in Kotlin for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gpsoauth-kotlin-0.0.2.pom | |
gpsoauth-kotlin-0.0.2.aar | 26 KB |
gpsoauth-kotlin-0.0.2-sources.jar | 569 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.timtimmahh/gpsoauth-kotlin/ -->
<dependency>
<groupId>com.github.timtimmahh</groupId>
<artifactId>gpsoauth-kotlin</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.timtimmahh/gpsoauth-kotlin/
implementation 'com.github.timtimmahh:gpsoauth-kotlin:0.0.2'
// https://jarcasting.com/artifacts/com.github.timtimmahh/gpsoauth-kotlin/
implementation ("com.github.timtimmahh:gpsoauth-kotlin:0.0.2")
'com.github.timtimmahh:gpsoauth-kotlin:aar:0.0.2'
<dependency org="com.github.timtimmahh" name="gpsoauth-kotlin" rev="0.0.2">
<artifact name="gpsoauth-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.timtimmahh', module='gpsoauth-kotlin', version='0.0.2')
)
libraryDependencies += "com.github.timtimmahh" % "gpsoauth-kotlin" % "0.0.2"
[com.github.timtimmahh/gpsoauth-kotlin "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.61 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.61 |
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
net.iharder : base64 | jar | 2.3.9 |