| License | License | 
|---|---|
| Categories | CategoriesGoogle Cloud Container PaaS Providers | 
| GroupId | GroupIdcom.google.cloud | 
| ArtifactId | ArtifactIdgoogle-cloud-livestream | 
| Last Version | Last Version0.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGoogle Cloud Live Stream Cloud Live Stream transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms. | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationGoogle LLC | 
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-livestream/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-livestream</artifactId>
    <version>0.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-livestream/
implementation 'com.google.cloud:google-cloud-livestream:0.1.0'// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-livestream/
implementation ("com.google.cloud:google-cloud-livestream:0.1.0")'com.google.cloud:google-cloud-livestream:jar:0.1.0'<dependency org="com.google.cloud" name="google-cloud-livestream" rev="0.1.0">
  <artifact name="google-cloud-livestream" type="jar" />
</dependency>@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-livestream', version='0.1.0')
)libraryDependencies += "com.google.cloud" % "google-cloud-livestream" % "0.1.0"[com.google.cloud/google-cloud-livestream "0.1.0"]