Files download
File Operation
android-sdk-2.0.5.pom download
android-sdk-2.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.middleware-labs</groupId>
  <artifactId>android-sdk</artifactId>
  <version>2.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.middleware-labs:android-sdk:2.0.5'
Gradle Kotlin
implementation("io.github.middleware-labs:android-sdk:2.0.5")
Scala SBT
libraryDependencies += "io.github.middleware-labs" % "android-sdk" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.middleware-labs', module='android-sdk', version='2.0.5')
)
Apache Ivy
<dependency org="io.github.middleware-labs" name="android-sdk" rev="2.0.5" />
Leiningen
[io.github.middleware-labs/android-sdk "2.0.5"]
Apache Buildr
'io.github.middleware-labs:android-sdk:jar:2.0.5'