me.bwest/clj-jq

A simple jq query engine for Clojure

Leiningen/Boot

[me.bwest/clj-jq "1.0.0"]

Clojure CLI/deps.edn

me.bwest/clj-jq {:mvn/version "1.0.0"}

Gradle

implementation("me.bwest:clj-jq:1.0.0")

Maven

<dependency>
  <groupId>me.bwest</groupId>
  <artifactId>clj-jq</artifactId>
  <version>1.0.0</version>
</dependency>