n

neo4j-ha

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.
http://components.neo4j.org/${project.artifactId}/${project.version}/
GNU Affero General Public License, Version 3
Files download
File Operation
neo4j-ha-1.9.M03.jar download
neo4j-ha-1.9.M03.pom download
neo4j-ha-1.9.M03-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>neo4j-ha</artifactId>
  <version>1.9.M03</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:neo4j-ha:1.9.M03'
Gradle Kotlin
implementation("org.neo4j:neo4j-ha:1.9.M03")
Scala SBT
libraryDependencies += "org.neo4j" % "neo4j-ha" % "1.9.M03"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='neo4j-ha', version='1.9.M03')
)
Apache Ivy
<dependency org="org.neo4j" name="neo4j-ha" rev="1.9.M03" />
Leiningen
[org.neo4j/neo4j-ha "1.9.M03"]
Apache Buildr
'org.neo4j:neo4j-ha:jar:1.9.M03'