n

neo4j-causal-clustering

This component provides the means to set up a cluster of Neo4j instances that act together as a cluster, providing cluster with RAFT consensus for the core machines and eventual consistency for the read replicas.
http://components.neo4j.org/${project.artifactId}/${project.version}/
GNU Affero General Public License, Version 3 with the Commons Clause
文件下载
文件名 操作
neo4j-causal-clustering-3.2.14.jar 下载
neo4j-causal-clustering-3.2.14.pom 下载
neo4j-causal-clustering-3.2.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>neo4j-causal-clustering</artifactId>
  <version>3.2.14</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:neo4j-causal-clustering:3.2.14'
Gradle Kotlin
implementation("org.neo4j:neo4j-causal-clustering:3.2.14")
Scala SBT
libraryDependencies += "org.neo4j" % "neo4j-causal-clustering" % "3.2.14"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='neo4j-causal-clustering', version='3.2.14')
)
Apache Ivy
<dependency org="org.neo4j" name="neo4j-causal-clustering" rev="3.2.14" />
Leiningen
[org.neo4j/neo4j-causal-clustering "3.2.14"]
Apache Buildr
'org.neo4j:neo4j-causal-clustering:jar:3.2.14'