Files download
File Operation
example-hbase-0.6.3-20230206-074231.4667088.pom download
Apache Maven
<dependency>
  <groupId>org.janusgraph</groupId>
  <artifactId>example-hbase</artifactId>
  <version>0.6.3-20230206-074231.4667088</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.janusgraph:example-hbase:0.6.3-20230206-074231.4667088'
Gradle Kotlin
implementation("org.janusgraph:example-hbase:0.6.3-20230206-074231.4667088")
Scala SBT
libraryDependencies += "org.janusgraph" % "example-hbase" % "0.6.3-20230206-074231.4667088"
Groovy Grape
@Grapes(
  @Grab(group='org.janusgraph', module='example-hbase', version='0.6.3-20230206-074231.4667088')
)
Apache Ivy
<dependency org="org.janusgraph" name="example-hbase" rev="0.6.3-20230206-074231.4667088" />
Leiningen
[org.janusgraph/example-hbase "0.6.3-20230206-074231.4667088"]
Apache Buildr
'org.janusgraph:example-hbase:jar:0.6.3-20230206-074231.4667088'