is not current version
Last Version 0.6.2

org.janusgraph:example-hbase 0.5.2


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-hbase
Version

Version

0.5.2
Type

Type

pom

Download example-hbase 0.5.2

Filename Size
example-hbase-0.5.2.pom 1 KB
Browse

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