If you want to include Neo4j in the build of your JVM language project (Java,Scala, Groovy, Clojure) just add the correct dependency
If you use Apache Maven, you don’t have to bother with manual downloads. Just add Neo4j to your build, like this:
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j</artifactId> <version>2.0.0-M02</version> </dependency>
If you want to use Neo4j Advanced instead, just change the artifactId to neo4j-advanced, or use
neo4j-enterprise to use Neo4j Enterprise. For other neo4j versions state the corresponding version in the dependency declaration.
For other build systems use the appropriate the config from Maven Central.
As the "4j" indicates, Neo4j is a paradise for JVM developers. Welcome to the journey.
With from Sweden & the Neo4j Community. © 2013 Neo Technology, Inc. Graphs are Everywhere. Terms | Privacy Policy