com.github.kyleburton/clj-bloom

Bloom Filter implementation in Clojure, see also: http://github.com/kyleburton/clj-bloom

Leiningen/Boot

[com.github.kyleburton/clj-bloom "1.0.1"]

Clojure CLI/deps.edn

com.github.kyleburton/clj-bloom {:mvn/version "1.0.1"}

Gradle

implementation("com.github.kyleburton:clj-bloom:1.0.1")

Maven

<dependency>
  <groupId>com.github.kyleburton</groupId>
  <artifactId>clj-bloom</artifactId>
  <version>1.0.1</version>
</dependency>