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