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