Files download
File Operation
androidtoolkit-common-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>io.github.ccxxcoder</groupId>
  <artifactId>androidtoolkit-common</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ccxxcoder:androidtoolkit-common:1.0.3'
Gradle Kotlin
implementation("io.github.ccxxcoder:androidtoolkit-common:1.0.3")
Scala SBT
libraryDependencies += "io.github.ccxxcoder" % "androidtoolkit-common" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ccxxcoder', module='androidtoolkit-common', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.ccxxcoder" name="androidtoolkit-common" rev="1.0.3" />
Leiningen
[io.github.ccxxcoder/androidtoolkit-common "1.0.3"]
Apache Buildr
'io.github.ccxxcoder:androidtoolkit-common:jar:1.0.3'
Dependencies
The project has no third-party dependencies