hashids

Generate short hashes from numbers (like YouTube and Bitly).

Leiningen/Boot

[hashids "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("hashids:hashids:0.1.0")

Maven

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