Categories |
CategoriesGoogle Cloud Container PaaS Providers |
---|---|
GroupId | GroupIdio.cdap.plugin |
ArtifactId | ArtifactIdgoogle-cloud |
Version | Version0.17.0 |
Type | Typejar |
Filename | Size |
---|---|
google-cloud-0.17.0.pom | |
google-cloud-0.17.0.jar | 145 MB |
google-cloud-0.17.0-sources.jar | 268 KB |
google-cloud-0.17.0-javadoc.jar | 1009 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.plugin/google-cloud/ -->
<dependency>
<groupId>io.cdap.plugin</groupId>
<artifactId>google-cloud</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.plugin/google-cloud/
implementation 'io.cdap.plugin:google-cloud:0.17.0'
// https://jarcasting.com/artifacts/io.cdap.plugin/google-cloud/
implementation ("io.cdap.plugin:google-cloud:0.17.0")
'io.cdap.plugin:google-cloud:jar:0.17.0'
<dependency org="io.cdap.plugin" name="google-cloud" rev="0.17.0">
<artifact name="google-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.plugin', module='google-cloud', version='0.17.0')
)
libraryDependencies += "io.cdap.plugin" % "google-cloud" % "0.17.0"
[io.cdap.plugin/google-cloud "0.17.0"]