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