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