org.palletops/clojure

Clojure core environment and runtime library. NB. This is based on a fork of the official clojure repository, and applies patches that not yet included in an official clojure release.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 27 Downloads
  • 27 This Version

Leiningen/Boot

[org.palletops/clojure "1.3.0-p1"]

Clojure CLI/deps.edn

org.palletops/clojure {:mvn/version "1.3.0-p1"}

Gradle

implementation("org.palletops:clojure:1.3.0-p1")

Maven

<dependency>
  <groupId>org.palletops</groupId>
  <artifactId>clojure</artifactId>
  <version>1.3.0-p1</version>
</dependency>