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.2.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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