MVN

live.100ms : video-view

Maven & Gradle

Aug 09, 2023

100ms.live Android HMS Video View · Provides statistics for the hls player built on top of exoplayer see more at https://www.100ms.live/docs/android/v2/guides/quickstart

<dependency>
    <groupId>live.100ms</groupId>
    <artifactId>video-view</artifactId>
    <version>2.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.100ms : video-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.3

All Versions

Choose a version of live.100ms : video-view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
video-view-2.7.3
video-view-2.7.2
video-view-2.7.1
video-view-2.7.0
2.6.x
video-view-2.6.9
video-view-2.6.8
video-view-2.6.7
video-view-2.6.6
video-view-2.6.5
video-view-2.6.4
video-view-2.6.3
video-view-2.6.2
video-view-2.6.1
video-view-2.6.0
2.5.x
video-view-2.5.9
video-view-2.5.8
video-view-2.5.7
video-view-2.5.6
video-view-2.5.5
video-view-2.5.4
video-view-2.5.3

How to add a dependency to Maven

Add the following live.100ms : video-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>live.100ms</groupId>
    <artifactId>video-view</artifactId>
    <version>2.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.100ms : video-view gradle dependency to your build.gradle file:

implementation 'live.100ms:video-view:2.7.3'

Gradle Kotlin DSL: Add the following live.100ms : video-view gradle kotlin dependency to your build.gradle.kts file:

implementation("live.100ms:video-view:2.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.100ms : video-view sbt scala dependency to your build.sbt file:

libraryDependencies += "live.100ms" % "video-view" % "2.7.3"