jstrutz/hashids

Generate short unique ids from integers

Leiningen/Boot

[jstrutz/hashids "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("jstrutz:hashids:0.1.0")

Maven

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