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