<dependency> <groupId>io.homunculus</groupId> <artifactId>hcf-context</artifactId> <version>0.0.113</version> </dependency>
implementation 'io.homunculus:hcf-context:0.0.113'
implementation("io.homunculus:hcf-context:0.0.113")
libraryDependencies += "io.homunculus" % "hcf-context" % "0.0.113"
@Grapes( @Grab(group='io.homunculus', module='hcf-context', version='0.0.113') )
<dependency org="io.homunculus" name="hcf-context" rev="0.0.113" />
[io.homunculus/hcf-context "0.0.113"]
'io.homunculus:hcf-context:jar:0.0.113'
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.113