is not current version
Last Version 3.5.0-beta03

org.neo4j:neo4j-causal-clustering 3.2.0-alpha07

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.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-causal-clustering
Version

Version

3.2.0-alpha07
Type

Type

jar

Download neo4j-causal-clustering 3.2.0-alpha07


<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-causal-clustering/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-causal-clustering</artifactId>
    <version>3.2.0-alpha07</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-causal-clustering/
implementation 'org.neo4j:neo4j-causal-clustering:3.2.0-alpha07'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-causal-clustering/
implementation ("org.neo4j:neo4j-causal-clustering:3.2.0-alpha07")
'org.neo4j:neo4j-causal-clustering:jar:3.2.0-alpha07'
<dependency org="org.neo4j" name="neo4j-causal-clustering" rev="3.2.0-alpha07">
  <artifact name="neo4j-causal-clustering" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-causal-clustering', version='3.2.0-alpha07')
)
libraryDependencies += "org.neo4j" % "neo4j-causal-clustering" % "3.2.0-alpha07"
[org.neo4j/neo4j-causal-clustering "3.2.0-alpha07"]