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