GroupId | GroupIdcom.google.cloud.bigtable |
---|---|
ArtifactId | ArtifactIdbigtable-hbase |
Version | Version1.23.1 |
Type | Typejar |
Filename | Size |
---|---|
bigtable-hbase-1.23.1.pom | |
bigtable-hbase-1.23.1.jar | 214 KB |
bigtable-hbase-1.23.1-tests.jar | 140 KB |
bigtable-hbase-1.23.1-sources.jar | 151 KB |
bigtable-hbase-1.23.1-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase/ -->
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.23.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase/
implementation 'com.google.cloud.bigtable:bigtable-hbase:1.23.1'
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase/
implementation ("com.google.cloud.bigtable:bigtable-hbase:1.23.1")
'com.google.cloud.bigtable:bigtable-hbase:jar:1.23.1'
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase" rev="1.23.1">
<artifact name="bigtable-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.bigtable', module='bigtable-hbase', version='1.23.1')
)
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase" % "1.23.1"
[com.google.cloud.bigtable/bigtable-hbase "1.23.1"]