| Categories |
CategoriesGoogle Cloud Container PaaS Providers |
|---|---|
| GroupId | GroupIdco.cask |
| ArtifactId | ArtifactIdgoogle-cloud |
| Version | Version0.11.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| google-cloud-0.11.0.pom | |
| google-cloud-0.11.0.jar | 49 MB |
| google-cloud-0.11.0-sources.jar | 58 KB |
| google-cloud-0.11.0-javadoc.jar | 291 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.cask/google-cloud/ -->
<dependency>
<groupId>co.cask</groupId>
<artifactId>google-cloud</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask/google-cloud/
implementation 'co.cask:google-cloud:0.11.0'
// https://jarcasting.com/artifacts/co.cask/google-cloud/
implementation ("co.cask:google-cloud:0.11.0")
'co.cask:google-cloud:jar:0.11.0'
<dependency org="co.cask" name="google-cloud" rev="0.11.0">
<artifact name="google-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask', module='google-cloud', version='0.11.0')
)
libraryDependencies += "co.cask" % "google-cloud" % "0.11.0"
[co.cask/google-cloud "0.11.0"]