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