com.palletops/thread-expr

Thread-expr provides macros for use within a clojure threaded argument expressions (-> and ->>).

Leiningen/Boot

[com.palletops/thread-expr "1.3.0"]

Clojure CLI/deps.edn

com.palletops/thread-expr {:mvn/version "1.3.0"}

Gradle

implementation("com.palletops:thread-expr:1.3.0")

Maven

<dependency>
  <groupId>com.palletops</groupId>
  <artifactId>thread-expr</artifactId>
  <version>1.3.0</version>
</dependency>