MVN

com.kaltura : kalturaClient

Maven & Gradle

Oct 27, 2015
6 stars

KalturaClient Java Library · KalturaClient 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>kalturaClient</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.1

All Versions

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

Version Vulnerabilities Updated
3.2.x
kalturaClient-3.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kaltura</groupId>
    <artifactId>kalturaClient</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.kaltura:kalturaClient:3.2.1'

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

implementation("com.kaltura:kalturaClient:3.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.kaltura" % "kalturaClient" % "3.2.1"