GroupId | GroupIdcom.google.cloud.bigtable |
---|---|
ArtifactId | ArtifactIdbigtable-hbase |
Version | Version1.21.1 |
Type | Typejar |
Filename | Size |
---|---|
bigtable-hbase-1.21.1.pom | |
bigtable-hbase-1.21.1.jar | 208 KB |
bigtable-hbase-1.21.1-tests.jar | 129 KB |
bigtable-hbase-1.21.1-sources.jar | 148 KB |
bigtable-hbase-1.21.1-javadoc.jar | 567 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.21.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase/
implementation 'com.google.cloud.bigtable:bigtable-hbase:1.21.1'
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase/
implementation ("com.google.cloud.bigtable:bigtable-hbase:1.21.1")
'com.google.cloud.bigtable:bigtable-hbase:jar:1.21.1'
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase" rev="1.21.1">
<artifact name="bigtable-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.bigtable', module='bigtable-hbase', version='1.21.1')
)
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase" % "1.21.1"
[com.google.cloud.bigtable/bigtable-hbase "1.21.1"]