| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGoogle Cloud Container PaaS Providers | 
        
| GroupId | GroupIdcom.google.cloud | 
    
| ArtifactId | ArtifactIdgoogle-cloud-deploy | 
    
| Last Version | Last Version1.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGoogle Google CLoud Deploy 
            Google CLoud Deploy is a service that automates delivery of your applications to a series of target environments in a defined sequence 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationGoogle LLC | 
            
| Filename | Size | 
|---|---|
| google-cloud-deploy-1.1.1.pom | |
| google-cloud-deploy-1.1.1.jar | 62 KB | 
| google-cloud-deploy-1.1.1-tests.jar | 23 KB | 
| google-cloud-deploy-1.1.1-sources.jar | 30 KB | 
| google-cloud-deploy-1.1.1-javadoc.jar | 168 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-deploy/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-deploy</artifactId>
    <version>1.1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-deploy/
implementation 'com.google.cloud:google-cloud-deploy:1.1.1'
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-deploy/
implementation ("com.google.cloud:google-cloud-deploy:1.1.1")
                'com.google.cloud:google-cloud-deploy:jar:1.1.1'
                <dependency org="com.google.cloud" name="google-cloud-deploy" rev="1.1.1">
  <artifact name="google-cloud-deploy" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.cloud', module='google-cloud-deploy', version='1.1.1')
)
                libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.1"
                [com.google.cloud/google-cloud-deploy "1.1.1"]