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