ext

Clojure core extensions.

Leiningen/Boot

[ext "0.1.2"]

Clojure CLI/deps.edn

ext/ext {:mvn/version "0.1.2"}

Gradle

implementation("ext:ext:0.1.2")

Maven

<dependency>
  <groupId>ext</groupId>
  <artifactId>ext</artifactId>
  <version>0.1.2</version>
</dependency>