License |
License |
---|---|
Categories |
CategoriesGoogle Cloud Container PaaS Providers |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdgoogle-cloud-build |
Last Version | Last Version3.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Cloud Build
Java idiomatic client for Google Cloud Build.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle LLC |
Filename | Size |
---|---|
google-cloud-build-3.4.1.pom | |
google-cloud-build-3.4.1.jar | 50 KB |
google-cloud-build-3.4.1-tests.jar | 16 KB |
google-cloud-build-3.4.1-sources.jar | 27 KB |
google-cloud-build-3.4.1-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-build/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-build</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-build/
implementation 'com.google.cloud:google-cloud-build:3.4.1'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-build/
implementation ("com.google.cloud:google-cloud-build:3.4.1")
'com.google.cloud:google-cloud-build:jar:3.4.1'
<dependency org="com.google.cloud" name="google-cloud-build" rev="3.4.1">
<artifact name="google-cloud-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-build', version='3.4.1')
)
libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.4.1"
[com.google.cloud/google-cloud-build "3.4.1"]