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