GroupId | GroupIdio.homunculus |
---|---|
ArtifactId | ArtifactIdhcf-android-core |
Version | Version0.0.125 |
Type | Typeaar |
Filename | Size |
---|---|
hcf-android-core-0.0.125.pom | |
hcf-android-core-0.0.125-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.homunculus/hcf-android-core/ -->
<dependency>
<groupId>io.homunculus</groupId>
<artifactId>hcf-android-core</artifactId>
<version>0.0.125</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.homunculus/hcf-android-core/
implementation 'io.homunculus:hcf-android-core:0.0.125'
// https://jarcasting.com/artifacts/io.homunculus/hcf-android-core/
implementation ("io.homunculus:hcf-android-core:0.0.125")
'io.homunculus:hcf-android-core:aar:0.0.125'
<dependency org="io.homunculus" name="hcf-android-core" rev="0.0.125">
<artifact name="hcf-android-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.homunculus', module='hcf-android-core', version='0.0.125')
)
libraryDependencies += "io.homunculus" % "hcf-android-core" % "0.0.125"
[io.homunculus/hcf-android-core "0.0.125"]