org.clojars.toxi/noir

Noir - a clojure web framework (patched: using org.clojars.toxi/clj-json instead of master branch to force Jackson 1.9.4 and ensure compatibility with clj-http)

Leiningen/Boot

[org.clojars.toxi/noir "1.2.2"]

Clojure CLI/deps.edn

org.clojars.toxi/noir {:mvn/version "1.2.2"}

Gradle

implementation("org.clojars.toxi:noir:1.2.2")

Maven

<dependency>
  <groupId>org.clojars.toxi</groupId>
  <artifactId>noir</artifactId>
  <version>1.2.2</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.