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