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 with the Commons Clause
Files download
File Operation
neo4j-ha-3.2.14.jar download
neo4j-ha-3.2.14.pom download
neo4j-ha-3.2.14-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>neo4j-ha</artifactId>
  <version>3.2.14</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:neo4j-ha:3.2.14'
Gradle Kotlin
implementation("org.neo4j:neo4j-ha:3.2.14")
Scala SBT
libraryDependencies += "org.neo4j" % "neo4j-ha" % "3.2.14"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='neo4j-ha', version='3.2.14')
)
Apache Ivy
<dependency org="org.neo4j" name="neo4j-ha" rev="3.2.14" />
Leiningen
[org.neo4j/neo4j-ha "3.2.14"]
Apache Buildr
'org.neo4j:neo4j-ha:jar:3.2.14'