org.clojars.tnoda/tnoda.math.prime

A Clojure library that implements the sieve of Eratosthenes.

Leiningen/Boot

[org.clojars.tnoda/tnoda.math.prime "0.2.1"]

Clojure CLI/deps.edn

org.clojars.tnoda/tnoda.math.prime {:mvn/version "0.2.1"}

Gradle

implementation("org.clojars.tnoda:tnoda.math.prime:0.2.1")

Maven

<dependency>
  <groupId>org.clojars.tnoda</groupId>
  <artifactId>tnoda.math.prime</artifactId>
  <version>0.2.1</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.