| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools Google Cloud Container PaaS Providers | 
        
| GroupId | GroupIdcom.google.cloud | 
    
| ArtifactId | ArtifactIdgoogle-cloud-video-stitcher | 
    
| Last Version | Last Version0.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGoogle Video Stitcher API 
            Video Stitcher API allows you to manipulate video content to dynamically insert ads prior to delivery to client devices. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationGoogle LLC | 
            
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-video-stitcher/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-video-stitcher</artifactId>
    <version>0.2.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-video-stitcher/
implementation 'com.google.cloud:google-cloud-video-stitcher:0.2.1'
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-video-stitcher/
implementation ("com.google.cloud:google-cloud-video-stitcher:0.2.1")
                'com.google.cloud:google-cloud-video-stitcher:jar:0.2.1'
                <dependency org="com.google.cloud" name="google-cloud-video-stitcher" rev="0.2.1">
  <artifact name="google-cloud-video-stitcher" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.cloud', module='google-cloud-video-stitcher', version='0.2.1')
)
                libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.2.1"
                [com.google.cloud/google-cloud-video-stitcher "0.2.1"]