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