MVN

com.kaltura : KalturaAndroidClient

Maven & Gradle

Mar 23, 2023
4 stars

Kaltura Android Client Library · KalturaAndroidClient is a library of Java classes that can be used to interact with the Kaltura REST API. More information about the REST API can be found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes in this library are auto-generated from a schema that defines the objects that are used to interect with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php

<dependency>
    <groupId>com.kaltura</groupId>
    <artifactId>KalturaAndroidClient</artifactId>
    <version>19.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 19.4.0

All Versions

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

Version Vulnerabilities Updated
19.4.x
KalturaAndroidClient-19.4.0
19.3.x
KalturaAndroidClient-19.3.0
18.20.x
KalturaAndroidClient-18.20.0
18.17.x
KalturaAndroidClient-18.17.0
18.16.x
KalturaAndroidClient-18.16.0
18.15.x
KalturaAndroidClient-18.15.0
18.14.x
KalturaAndroidClient-18.14.0
18.11.x
KalturaAndroidClient-18.11.01000

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kaltura</groupId>
    <artifactId>KalturaAndroidClient</artifactId>
    <version>19.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.kaltura:KalturaAndroidClient:19.4.0'

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

implementation("com.kaltura:KalturaAndroidClient:19.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.kaltura" % "KalturaAndroidClient" % "19.4.0"

Advertisement