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