com.wsscode/pathom

A Clojure library designed to provide a collection of helper functions to support Clojure(script) graph parsers using om.next graph syntax.

Leiningen/Boot

[com.wsscode/pathom "2.4.0"]

Clojure CLI/deps.edn

com.wsscode/pathom {:mvn/version "2.4.0"}

Gradle

implementation("com.wsscode:pathom:2.4.0")

Maven

<dependency>
  <groupId>com.wsscode</groupId>
  <artifactId>pathom</artifactId>
  <version>2.4.0</version>
</dependency>