com.github.kyleburton/clj-xpath

Helper utilities for working with XPath from Clojure.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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