n.core

threading macro with predicates that don't alter the pass through value

Leiningen/Boot

[n.core "0.1.0"]

Clojure CLI/deps.edn

n.core/n.core {:mvn/version "0.1.0"}

Gradle

implementation("n.core:n.core:0.1.0")

Maven

<dependency>
  <groupId>n.core</groupId>
  <artifactId>n.core</artifactId>
  <version>0.1.0</version>
</dependency>