is not current version
Last Version 3.2.0

io.hgraphdb:hgraphdb 2.1.1

HBase as a Tinkerpop Graph Database

GroupId

GroupId

io.hgraphdb
ArtifactId

ArtifactId

hgraphdb
Version

Version

2.1.1
Type

Type

jar

Download hgraphdb 2.1.1


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