GroupId | GroupIdcom.github.liuchink.hcutils |
---|---|
ArtifactId | ArtifactIdhcUtils-mobile |
Version | Version1.0.12.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.liuchink.hcutils/hcUtils-mobile/ -->
<dependency>
<groupId>com.github.liuchink.hcutils</groupId>
<artifactId>hcUtils-mobile</artifactId>
<version>1.0.12.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuchink.hcutils/hcUtils-mobile/
implementation 'com.github.liuchink.hcutils:hcUtils-mobile:1.0.12.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.liuchink.hcutils/hcUtils-mobile/
implementation ("com.github.liuchink.hcutils:hcUtils-mobile:1.0.12.1.RELEASE")
'com.github.liuchink.hcutils:hcUtils-mobile:jar:1.0.12.1.RELEASE'
<dependency org="com.github.liuchink.hcutils" name="hcUtils-mobile" rev="1.0.12.1.RELEASE">
<artifact name="hcUtils-mobile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuchink.hcutils', module='hcUtils-mobile', version='1.0.12.1.RELEASE')
)
libraryDependencies += "com.github.liuchink.hcutils" % "hcUtils-mobile" % "1.0.12.1.RELEASE"
[com.github.liuchink.hcutils/hcUtils-mobile "1.0.12.1.RELEASE"]