<dependency>
<groupId>org.janusgraph.commit</groupId>
<artifactId>janusgraph-bigtable</artifactId>
<version>0.6.3-20221223-103807.8f34f01</version>
</dependency>
implementation 'org.janusgraph.commit:janusgraph-bigtable:0.6.3-20221223-103807.8f34f01'
implementation("org.janusgraph.commit:janusgraph-bigtable:0.6.3-20221223-103807.8f34f01")
libraryDependencies += "org.janusgraph.commit" % "janusgraph-bigtable" % "0.6.3-20221223-103807.8f34f01"
@Grapes(
@Grab(group='org.janusgraph.commit', module='janusgraph-bigtable', version='0.6.3-20221223-103807.8f34f01')
)
<dependency org="org.janusgraph.commit" name="janusgraph-bigtable" rev="0.6.3-20221223-103807.8f34f01" />