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