is not current version
Last Version 3.2.0

io.hgraphdb:hgraphdb 1.0.7

HBase as a Tinkerpop Graph Database

GroupId

GroupId

io.hgraphdb
ArtifactId

ArtifactId

hgraphdb
Version

Version

1.0.7
Type

Type

jar

Download hgraphdb 1.0.7


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