David Schmudde / Aug 18 2019
Remix of Clojure by Nextjournal

Mundaneum

{:deps
 {org.clojure/clojure {:mvn/version "1.10.0"}
  org.clojure/tools.deps.alpha
  {:git/url "https://github.com/clojure/tools.deps.alpha.git"
   :sha "f6c080bd0049211021ea59e516d1785b08302515"}
  compliment {:mvn/version "0.3.9"}}}
deps.edn
Extensible Data Notation
mundaneum-0.1.0-SNAPSHOT-standalone.jar
(use 'clojure.tools.deps.alpha.repl)
(clojure-version)
"1.10.0"

...or at runtime using add-lib:

(add-lib 'mundaneum {:local/root "/mundaneum-0.1.0-SNAPSHOT-standalone.jar"})
true
(use 'mundaneum.query)
(entity "James Joyce")
"Q6882"