This component provides the means to set up a cluster of Neo4j instances that act together as a cluster, providing Master-Slave replication and other features.
'org.neo4j:neo4j-ha:1.4.2'
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-ha</artifactId> <version>1.4.2</version> </dependency>
<dependency org="org.neo4j" name="neo4j-ha" rev="1.4.2"/>
"org.neo4j", "neo4j-ha", "1.4.2"