<dependency> <groupId>io.homunculus</groupId> <artifactId>hcf-android-core</artifactId> <version>0.0.105</version> <type>aar</type> </dependency>
implementation 'io.homunculus:hcf-android-core:0.0.105'
implementation("io.homunculus:hcf-android-core:0.0.105")
libraryDependencies += "io.homunculus" % "hcf-android-core" % "0.0.105"
@Grapes( @Grab(group='io.homunculus', module='hcf-android-core', version='0.0.105') )
<dependency org="io.homunculus" name="hcf-android-core" rev="0.0.105" />
[io.homunculus/hcf-android-core "0.0.105"]
'io.homunculus:hcf-android-core:jar:0.0.105'
runtime
|-- io.homunculus:hcf-core:0.0.105
|-- io.homunculus:hcf-context:0.0.105
|-- org.jetbrains:annotations:20.1.0
|-- junit:junit:4.13.2
|-- androidx.appcompat:appcompat:1.3.1
|-- com.android.support:multidex:1.0.3