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