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