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