GroupId | GroupIdcom.google.cloud.bigtable |
---|---|
ArtifactId | ArtifactIdbigtable-protos |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
bigtable-protos-1.0.0.pom | |
bigtable-protos-1.0.0.jar | 796 KB |
bigtable-protos-1.0.0-sources.jar | 312 KB |
bigtable-protos-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-protos/ -->
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-protos</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-protos/
implementation 'com.google.cloud.bigtable:bigtable-protos:1.0.0'
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-protos/
implementation ("com.google.cloud.bigtable:bigtable-protos:1.0.0")
'com.google.cloud.bigtable:bigtable-protos:jar:1.0.0'
<dependency org="com.google.cloud.bigtable" name="bigtable-protos" rev="1.0.0">
<artifact name="bigtable-protos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.bigtable', module='bigtable-protos', version='1.0.0')
)
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-protos" % "1.0.0"
[com.google.cloud.bigtable/bigtable-protos "1.0.0"]