Use Leiningen to manage dependencies, run common project tasks, and understand the build entry points used by Clojure NoSQL examples.
Use this section to understand the Leiningen tasks needed by the examples in this track. The goal is not to memorize every task, but to know where dependencies, plugins, profiles, tests, and runtime entry points live.
| Leiningen concern | Java analogy |
|---|---|
| Dependencies | Maven or Gradle coordinates declared for a Clojure project. |
| Profiles | Environment-specific build and runtime settings. |
| Tasks | Build, test, run, and REPL entry points for the project. |