is not current version
Last Version 0.6.2

org.janusgraph:example-hbase 0.4.0


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-hbase
Version

Version

0.4.0
Type

Type

pom

Download example-hbase 0.4.0

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

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