MVN

live.100ms : hls-player-stats

Maven & Gradle

Aug 09, 2023

100ms.live Android hls player stats · 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>hls-player-stats</artifactId>
    <version>2.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.100ms : hls-player-stats to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.3

All Versions

Choose a version of live.100ms : hls-player-stats to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
hls-player-stats-2.7.3
hls-player-stats-2.7.2
hls-player-stats-2.7.1
hls-player-stats-2.7.0
2.6.x
hls-player-stats-2.6.9
hls-player-stats-2.6.8
hls-player-stats-2.6.7
hls-player-stats-2.6.6
hls-player-stats-2.6.5
hls-player-stats-2.6.4
hls-player-stats-2.6.3
hls-player-stats-2.6.2
hls-player-stats-2.6.1
hls-player-stats-2.6.0
2.5.x
hls-player-stats-2.5.9
hls-player-stats-2.5.8
hls-player-stats-2.5.7
hls-player-stats-2.5.6
hls-player-stats-2.5.5
hls-player-stats-2.5.4
hls-player-stats-2.5.3
hls-player-stats-2.5.2
hls-player-stats-2.5.1
hls-player-stats-2.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>live.100ms</groupId>
    <artifactId>hls-player-stats</artifactId>
    <version>2.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.100ms : hls-player-stats gradle dependency to your build.gradle file:

implementation 'live.100ms:hls-player-stats:2.7.3'

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

implementation("live.100ms:hls-player-stats:2.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.100ms : hls-player-stats sbt scala dependency to your build.sbt file:

libraryDependencies += "live.100ms" % "hls-player-stats" % "2.7.3"