clj-with

Macro inspired by Elixir's `with` statement

Leiningen/Boot

[clj-with "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-with/clj-with {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-with:clj-with:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-with</groupId>
  <artifactId>clj-with</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>