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