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