is not current version
Last Version 3.6.2

org.graphfoundation.ongdb:ongdb-cluster 3.6.0.M2

Library implementing Paxos and Heartbeat components required for High Availability Neo4j

GroupId

GroupId

org.graphfoundation.ongdb
ArtifactId

ArtifactId

ongdb-cluster
Version

Version

3.6.0.M2
Type

Type

jar

Download ongdb-cluster 3.6.0.M2


<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cluster/ -->
<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>ongdb-cluster</artifactId>
    <version>3.6.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cluster/
implementation 'org.graphfoundation.ongdb:ongdb-cluster:3.6.0.M2'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cluster/
implementation ("org.graphfoundation.ongdb:ongdb-cluster:3.6.0.M2")
'org.graphfoundation.ongdb:ongdb-cluster:jar:3.6.0.M2'
<dependency org="org.graphfoundation.ongdb" name="ongdb-cluster" rev="3.6.0.M2">
  <artifact name="ongdb-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-cluster', version='3.6.0.M2')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-cluster" % "3.6.0.M2"
[org.graphfoundation.ongdb/ongdb-cluster "3.6.0.M2"]