MVN

com.google.cloud : google-cloud-video-stitcher

Maven & Gradle

Aug 08, 2023
1.8k stars

Google Video Stitcher API · Video Stitcher API allows you to manipulate video content to dynamically insert ads prior to delivery to client devices.

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-video-stitcher</artifactId>
    <version>0.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud : google-cloud-video-stitcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23.0

All Versions

Choose a version of com.google.cloud : google-cloud-video-stitcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
google-cloud-video-stitcher-0.23.0
0.22.x
google-cloud-video-stitcher-0.22.0
0.21.x
google-cloud-video-stitcher-0.21.0
0.20.x
google-cloud-video-stitcher-0.20.0
0.19.x
google-cloud-video-stitcher-0.19.0
0.18.x
google-cloud-video-stitcher-0.18.0
0.17.x
google-cloud-video-stitcher-0.17.0
0.16.x
google-cloud-video-stitcher-0.16.0
0.15.x
google-cloud-video-stitcher-0.15.0
0.14.x
google-cloud-video-stitcher-0.14.0
0.13.x
google-cloud-video-stitcher-0.13.0
0.12.x
google-cloud-video-stitcher-0.12.0
0.11.x
google-cloud-video-stitcher-0.11.0
0.10.x
google-cloud-video-stitcher-0.10.0
0.9.x
google-cloud-video-stitcher-0.9.0
0.8.x
google-cloud-video-stitcher-0.8.0
0.7.x
google-cloud-video-stitcher-0.7.0
0.6.x
google-cloud-video-stitcher-0.6.0
0.5.x
google-cloud-video-stitcher-0.5.0
0.4.x
google-cloud-video-stitcher-0.4.0
0.3.x
google-cloud-video-stitcher-0.3.6
google-cloud-video-stitcher-0.3.5
google-cloud-video-stitcher-0.3.4
google-cloud-video-stitcher-0.3.3
google-cloud-video-stitcher-0.3.2
google-cloud-video-stitcher-0.3.0
0.2.x
google-cloud-video-stitcher-0.2.1
google-cloud-video-stitcher-0.2.0
0.1.x
google-cloud-video-stitcher-0.1.2
google-cloud-video-stitcher-0.1.0

How to add a dependency to Maven

Add the following com.google.cloud : google-cloud-video-stitcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-video-stitcher</artifactId>
    <version>0.23.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud : google-cloud-video-stitcher gradle dependency to your build.gradle file:

implementation 'com.google.cloud:google-cloud-video-stitcher:0.23.0'

Gradle Kotlin DSL: Add the following com.google.cloud : google-cloud-video-stitcher gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.cloud:google-cloud-video-stitcher:0.23.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud : google-cloud-video-stitcher sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.23.0"