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:2.2.2'
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-ha</artifactId> <version>2.2.2</version> </dependency>
<dependency org="org.neo4j" name="neo4j-ha" rev="2.2.2"/>
"org.neo4j", "neo4j-ha", "2.2.2"