is not current version
Last Version 1.0.13.RELEASE

com.github.liuchink.hcutils:hcUtils 1.0.12.1.RELEASE

提供简单、常用的Java工具,对于一些常用组件进行的二次封装

GroupId

GroupId

com.github.liuchink.hcutils
ArtifactId

ArtifactId

hcUtils
Version

Version

1.0.12.1.RELEASE
Type

Type

pom

Download hcUtils 1.0.12.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.liuchink.hcutils/hcUtils/ -->
<dependency>
    <groupId>com.github.liuchink.hcutils</groupId>
    <artifactId>hcUtils</artifactId>
    <version>1.0.12.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuchink.hcutils/hcUtils/
implementation 'com.github.liuchink.hcutils:hcUtils:1.0.12.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.liuchink.hcutils/hcUtils/
implementation ("com.github.liuchink.hcutils:hcUtils:1.0.12.1.RELEASE")
'com.github.liuchink.hcutils:hcUtils:pom:1.0.12.1.RELEASE'
<dependency org="com.github.liuchink.hcutils" name="hcUtils" rev="1.0.12.1.RELEASE">
  <artifact name="hcUtils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.liuchink.hcutils', module='hcUtils', version='1.0.12.1.RELEASE')
)
libraryDependencies += "com.github.liuchink.hcutils" % "hcUtils" % "1.0.12.1.RELEASE"
[com.github.liuchink.hcutils/hcUtils "1.0.12.1.RELEASE"]