### Add refx Dependency to Leiningen/Boot Source: https://github.com/ferdinand-beyer/refx/blob/main/README.md Adds the refx library as a dependency to a Clojure project using the Leiningen or Boot build tools, specifying the Maven version. ```EDN [com.fbeyer/refx "0.0.49"] ``` -------------------------------- ### Add refx Dependency via Git Coordinate Source: https://github.com/ferdinand-beyer/refx/blob/main/README.md Adds the refx library as a dependency to a Clojure project using a Git coordinate in deps.edn, allowing use of a specific commit SHA. ```EDN {:deps {refx.core {:git/url "https://github.com/ferdinand-beyer/refx.git" :git/sha "COMMIT_SHA" :deps/root "core"}}} ``` -------------------------------- ### Add refx Dependency to deps.edn Source: https://github.com/ferdinand-beyer/refx/blob/main/README.md Adds the refx library as a dependency to a Clojure project using the deps.edn format, specifying the Maven version. ```EDN com.fbeyer/refx {:mvn/version "0.0.49"} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.