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