文件下载
文件名 操作
hcf-context-0.0.123.jar 下载
hcf-context-0.0.123.pom 下载
hcf-context-0.0.123-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.homunculus</groupId>
  <artifactId>hcf-context</artifactId>
  <version>0.0.123</version>
</dependency>
Gradle Groovy
implementation 'io.homunculus:hcf-context:0.0.123'
Gradle Kotlin
implementation("io.homunculus:hcf-context:0.0.123")
Scala SBT
libraryDependencies += "io.homunculus" % "hcf-context" % "0.0.123"
Groovy Grape
@Grapes(
  @Grab(group='io.homunculus', module='hcf-context', version='0.0.123')
)
Apache Ivy
<dependency org="io.homunculus" name="hcf-context" rev="0.0.123" />
Leiningen
[io.homunculus/hcf-context "0.0.123"]
Apache Buildr
'io.homunculus:hcf-context:jar:0.0.123'