t

test-aar-sdk

Test AAR Library include external libraries
https://github.com/porops/test-aar-sdk
The Apache Software License, Version 2.0
Aldi Renaldi Gunawan
Files download
File Operation
test-aar-sdk-0.0.2.pom download
test-aar-sdk-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.porops</groupId>
  <artifactId>test-aar-sdk</artifactId>
  <version>0.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.porops:test-aar-sdk:0.0.2'
Gradle Kotlin
implementation("com.github.porops:test-aar-sdk:0.0.2")
Scala SBT
libraryDependencies += "com.github.porops" % "test-aar-sdk" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.porops', module='test-aar-sdk', version='0.0.2')
)
Apache Ivy
<dependency org="com.github.porops" name="test-aar-sdk" rev="0.0.2" />
Leiningen
[com.github.porops/test-aar-sdk "0.0.2"]
Apache Buildr
'com.github.porops:test-aar-sdk:jar:0.0.2'