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