com.github.kyleburton/clj-xpath

Simplified XPath from Clojure.

Leiningen/Boot

[com.github.kyleburton/clj-xpath "1.4.5"]

Clojure CLI/deps.edn

com.github.kyleburton/clj-xpath {:mvn/version "1.4.5"}

Gradle

implementation("com.github.kyleburton:clj-xpath:1.4.5")

Maven

<dependency>
  <groupId>com.github.kyleburton</groupId>
  <artifactId>clj-xpath</artifactId>
  <version>1.4.5</version>
</dependency>