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