Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.timtimmahh |
ArtifactId | ArtifactIdgpsoauth-kotlin |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
gpsoauth-kotlin-0.0.1.pom | |
gpsoauth-kotlin-0.0.1.aar | 26 KB |
gpsoauth-kotlin-0.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.timtimmahh/gpsoauth-kotlin/
implementation 'com.github.timtimmahh:gpsoauth-kotlin:0.0.1'
// https://jarcasting.com/artifacts/com.github.timtimmahh/gpsoauth-kotlin/
implementation ("com.github.timtimmahh:gpsoauth-kotlin:0.0.1")
'com.github.timtimmahh:gpsoauth-kotlin:aar:0.0.1'
<dependency org="com.github.timtimmahh" name="gpsoauth-kotlin" rev="0.0.1">
<artifact name="gpsoauth-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.timtimmahh', module='gpsoauth-kotlin', version='0.0.1')
)
libraryDependencies += "com.github.timtimmahh" % "gpsoauth-kotlin" % "0.0.1"
[com.github.timtimmahh/gpsoauth-kotlin "0.0.1"]