is not current version
Last Version 18.8.0

com.kaltura:kalturaApiClient 18.7.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

18.7.0
Type

Type

jar

Download kalturaApiClient 18.7.0


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