<dependency> <groupId>org.janusgraph</groupId> <artifactId>example-hbase</artifactId> <version>0.6.2</version> <type>pom</type> </dependency>
implementation 'org.janusgraph:example-hbase:0.6.2'
implementation("org.janusgraph:example-hbase:0.6.2")
libraryDependencies += "org.janusgraph" % "example-hbase" % "0.6.2"
@Grapes( @Grab(group='org.janusgraph', module='example-hbase', version='0.6.2') )
<dependency org="org.janusgraph" name="example-hbase" rev="0.6.2" />
[org.janusgraph/example-hbase "0.6.2"]
'org.janusgraph:example-hbase:jar:0.6.2'
<parent> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-examples</artifactId> <version>0.6.2</version> </parent>
runtime
|-- org.janusgraph:example-common
|-- org.janusgraph:janusgraph-hbase
|-- org.apache.hbase:hbase-shaded-client
|-- org.janusgraph:janusgraph-solr