org.clojars.bobby/clojure-neo4j

The clojure-neo4j project provides a more lispy interface to Neo4j, a graph-structured on-disk transactional database.

Leiningen/Boot

[org.clojars.bobby/clojure-neo4j "0.2.0"]

Clojure CLI/deps.edn

org.clojars.bobby/clojure-neo4j {:mvn/version "0.2.0"}

Gradle

implementation("org.clojars.bobby:clojure-neo4j:0.2.0")

Maven

<dependency>
  <groupId>org.clojars.bobby</groupId>
  <artifactId>clojure-neo4j</artifactId>
  <version>0.2.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.