GroupId | GroupIdcom.google.cloud.bigtable |
---|---|
ArtifactId | ArtifactIdbigtable-hbase-integration-tests-common |
Version | Version1.18.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-integration-tests-common/ -->
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
<version>1.18.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-integration-tests-common/
implementation 'com.google.cloud.bigtable:bigtable-hbase-integration-tests-common:1.18.2'
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-integration-tests-common/
implementation ("com.google.cloud.bigtable:bigtable-hbase-integration-tests-common:1.18.2")
'com.google.cloud.bigtable:bigtable-hbase-integration-tests-common:jar:1.18.2'
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-integration-tests-common" rev="1.18.2">
<artifact name="bigtable-hbase-integration-tests-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-integration-tests-common', version='1.18.2')
)
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-integration-tests-common" % "1.18.2"
[com.google.cloud.bigtable/bigtable-hbase-integration-tests-common "1.18.2"]