com.github.kyleburton/clj-xpath

Simplified XPath from Clojure.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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