Using as a Library
Moclojer supports use as a library (package), making it possible to import and extend standard behavior
Where to start?
Distribution
Clojure CLI/deps.edn
com.moclojer/moclojer {:mvn/version "0.3.1"}Leiningen/Boot
[com.moclojer/moclojer "0.3.1"]git in deps.edn
git in deps.edn{:deps
{com.moclojer/moclojer {:git/url "https://github.com/moclojer/moclojer.git"
:git/tag "v0.3.1"
:git/sha "c4ca0f2cfcfbe47de6eb0c601b26106190e20793"}}}Example
Last updated
Was this helpful?