is not current version
Last Version 3.6.2

org.graphfoundation.ongdb:ongdb-cluster 1.0.2

Library implementing Paxos and Heartbeat components required for High Availability ONgDB

GroupId

GroupId

org.graphfoundation.ongdb
ArtifactId

ArtifactId

ongdb-cluster
Version

Version

1.0.2
Type

Type

jar

Download ongdb-cluster 1.0.2


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