com.github.jeffdik/clj-xpath

Simplified XPath from Clojure.

Leiningen/Boot

[com.github.jeffdik/clj-xpath "1.4.6-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.jeffdik/clj-xpath {:mvn/version "1.4.6-SNAPSHOT"}

Gradle

implementation("com.github.jeffdik:clj-xpath:1.4.6-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.jeffdik</groupId>
  <artifactId>clj-xpath</artifactId>
  <version>1.4.6-SNAPSHOT</version>
</dependency>