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