is not current version
Last Version 1.0.3

org.hashids:hashids 1.0.1

Impelementing Hashids algorithm v1.0.0 version(http://hashids.org)

GroupId

GroupId

org.hashids
ArtifactId

ArtifactId

hashids
Version

Version

1.0.1
Type

Type

jar

Download hashids 1.0.1


<!-- https://jarcasting.com/artifacts/org.hashids/hashids/ -->
<dependency>
    <groupId>org.hashids</groupId>
    <artifactId>hashids</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hashids/hashids/
implementation 'org.hashids:hashids:1.0.1'
// https://jarcasting.com/artifacts/org.hashids/hashids/
implementation ("org.hashids:hashids:1.0.1")
'org.hashids:hashids:jar:1.0.1'
<dependency org="org.hashids" name="hashids" rev="1.0.1">
  <artifact name="hashids" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hashids', module='hashids', version='1.0.1')
)
libraryDependencies += "org.hashids" % "hashids" % "1.0.1"
[org.hashids/hashids "1.0.1"]