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