neo4j-clj

Simple Clojuresque wrapper for Neo4J.

Leiningen/Boot

[neo4j-clj "0.0.2-SNAPSHOT"]

Clojure CLI/deps.edn

neo4j-clj/neo4j-clj {:mvn/version "0.0.2-SNAPSHOT"}

Gradle

implementation("neo4j-clj:neo4j-clj:0.0.2-SNAPSHOT")

Maven

<dependency>
  <groupId>neo4j-clj</groupId>
  <artifactId>neo4j-clj</artifactId>
  <version>0.0.2-SNAPSHOT</version>
</dependency>