outfn

A macro for clearer, more declarative functions.

Leiningen/Boot

[outfn "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

outfn/outfn {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("outfn:outfn:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>outfn</groupId>
  <artifactId>outfn</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>