License |
License |
---|---|
GroupId | GroupIdcom.arcticicestudio |
ArtifactId | ArtifactIdicecore-hashids |
Version | Version0.4.0 |
Type | Typejar |
Description |
Descriptionicecore-hashids
A lightweight generator for short, unique, non-sequential and decodable Hashids from non-negative numbers.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationArctic Ice Studio |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
icecore-hashids-0.4.0.pom | |
icecore-hashids-0.4.0.jar | 15 KB |
icecore-hashids-0.4.0-sources.jar | 15 KB |
icecore-hashids-0.4.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arcticicestudio/icecore-hashids/ -->
<dependency>
<groupId>com.arcticicestudio</groupId>
<artifactId>icecore-hashids</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arcticicestudio/icecore-hashids/
implementation 'com.arcticicestudio:icecore-hashids:0.4.0'
// https://jarcasting.com/artifacts/com.arcticicestudio/icecore-hashids/
implementation ("com.arcticicestudio:icecore-hashids:0.4.0")
'com.arcticicestudio:icecore-hashids:jar:0.4.0'
<dependency org="com.arcticicestudio" name="icecore-hashids" rev="0.4.0">
<artifact name="icecore-hashids" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arcticicestudio', module='icecore-hashids', version='0.4.0')
)
libraryDependencies += "com.arcticicestudio" % "icecore-hashids" % "0.4.0"
[com.arcticicestudio/icecore-hashids "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |