MVN

com.kaltura.player : tvplayer

Maven & Gradle

Jun 27, 2023
2 usages
42 stars

Tvplayer · KalturaPlayerAndroid

<dependency>
    <groupId>com.kaltura.player</groupId>
    <artifactId>tvplayer</artifactId>
    <version>4.29.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kaltura.player : tvplayer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.29.0

All Versions

Choose a version of com.kaltura.player : tvplayer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.29.x
tvplayer-4.29.0
4.28.x
tvplayer-4.28.3
tvplayer-4.28.2
tvplayer-4.28.1
tvplayer-4.28.0
4.27.x
tvplayer-4.27.0
4.26.x
tvplayer-4.26.0
4.25.x
tvplayer-4.25.0
4.24.x
tvplayer-4.24.1
tvplayer-4.24.0
4.23.x
tvplayer-4.23.1
tvplayer-4.23.0
4.22.x
tvplayer-4.22.4
tvplayer-4.22.3
tvplayer-4.22.2
tvplayer-4.22.1
tvplayer-4.22.0
4.21.x
tvplayer-4.21.1
tvplayer-4.21.0
4.20.x
tvplayer-4.20.1
4.19.x
tvplayer-4.19.4
tvplayer-4.19.0
4.18.x
tvplayer-4.18.0
4.17.x
tvplayer-4.17.0
4.16.x
tvplayer-4.16.0
4.15.x
tvplayer-4.15.0
4.14.x
tvplayer-4.14.3
tvplayer-4.14.2
tvplayer-4.14.1
tvplayer-4.14.0
4.13.x
tvplayer-4.13.3
tvplayer-4.13.1

How to add a dependency to Maven

Add the following com.kaltura.player : tvplayer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kaltura.player</groupId>
    <artifactId>tvplayer</artifactId>
    <version>4.29.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kaltura.player : tvplayer gradle dependency to your build.gradle file:

implementation 'com.kaltura.player:tvplayer:4.29.0'

Gradle Kotlin DSL: Add the following com.kaltura.player : tvplayer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kaltura.player:tvplayer:4.29.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kaltura.player : tvplayer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kaltura.player" % "tvplayer" % "4.29.0"

Advertisement