<dependency> <groupId>io.homunculus</groupId> <artifactId>hcf-context</artifactId> <version>0.0.112</version> </dependency>
implementation 'io.homunculus:hcf-context:0.0.112'
implementation("io.homunculus:hcf-context:0.0.112")
libraryDependencies += "io.homunculus" % "hcf-context" % "0.0.112"
@Grapes( @Grab(group='io.homunculus', module='hcf-context', version='0.0.112') )
<dependency org="io.homunculus" name="hcf-context" rev="0.0.112" />
[io.homunculus/hcf-context "0.0.112"]
'io.homunculus:hcf-context:jar:0.0.112'
runtime
|-- com.google.code.findbugs:jsr305:3.0.2
|-- org.slf4j:slf4j-api:1.7.30
|-- androidx.multidex:multidex:2.0.1
|-- io.homunculus:hcf-core:0.0.112