GroupId | GroupIdcom.arcticicestudio |
---|---|
ArtifactId | ArtifactIdicecore-hashids |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
icecore-hashids-0.3.0.pom | |
icecore-hashids-0.3.0.jar | 8 KB |
icecore-hashids-0.3.0-sources.jar | 10 KB |
icecore-hashids-0.3.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arcticicestudio/icecore-hashids/ -->
<dependency>
<groupId>com.arcticicestudio</groupId>
<artifactId>icecore-hashids</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arcticicestudio/icecore-hashids/
implementation 'com.arcticicestudio:icecore-hashids:0.3.0'
// https://jarcasting.com/artifacts/com.arcticicestudio/icecore-hashids/
implementation ("com.arcticicestudio:icecore-hashids:0.3.0")
'com.arcticicestudio:icecore-hashids:jar:0.3.0'
<dependency org="com.arcticicestudio" name="icecore-hashids" rev="0.3.0">
<artifact name="icecore-hashids" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arcticicestudio', module='icecore-hashids', version='0.3.0')
)
libraryDependencies += "com.arcticicestudio" % "icecore-hashids" % "0.3.0"
[com.arcticicestudio/icecore-hashids "0.3.0"]