jstrutz/hashids

Generate short unique ids from integers

Leiningen/Boot

[jstrutz/hashids "1.0.1"]

Clojure CLI/deps.edn

jstrutz/hashids {:mvn/version "1.0.1"}

Gradle

implementation("jstrutz:hashids:1.0.1")

Maven

<dependency>
  <groupId>jstrutz</groupId>
  <artifactId>hashids</artifactId>
  <version>1.0.1</version>
</dependency>