is not current version
Last Version 18.8.0

com.kaltura:kalturaApiClient 15.2.0

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.kaltura
ArtifactId

ArtifactId

kalturaApiClient
Version

Version

15.2.0
Type

Type

jar

Download kalturaApiClient 15.2.0


<!-- https://jarcasting.com/artifacts/com.kaltura/kalturaApiClient/ -->
<dependency>
    <groupId>com.kaltura</groupId>
    <artifactId>kalturaApiClient</artifactId>
    <version>15.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaltura/kalturaApiClient/
implementation 'com.kaltura:kalturaApiClient:15.2.0'
// https://jarcasting.com/artifacts/com.kaltura/kalturaApiClient/
implementation ("com.kaltura:kalturaApiClient:15.2.0")
'com.kaltura:kalturaApiClient:jar:15.2.0'
<dependency org="com.kaltura" name="kalturaApiClient" rev="15.2.0">
  <artifact name="kalturaApiClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaltura', module='kalturaApiClient', version='15.2.0')
)
libraryDependencies += "com.kaltura" % "kalturaApiClient" % "15.2.0"
[com.kaltura/kalturaApiClient "15.2.0"]