License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.kaltura |
ArtifactId | ArtifactIdkalturaClient |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKalturaClient 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
|
Project URL |
Project URL |
Filename | Size |
---|---|
kalturaClient-3.2.1.pom | |
kalturaClient-3.2.1.jar | 1 MB |
kalturaClient-3.2.1-sources.jar | 1 MB |
kalturaClient-3.2.1-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaltura/kalturaClient/ -->
<dependency>
<groupId>com.kaltura</groupId>
<artifactId>kalturaClient</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaltura/kalturaClient/
implementation 'com.kaltura:kalturaClient:3.2.1'
// https://jarcasting.com/artifacts/com.kaltura/kalturaClient/
implementation ("com.kaltura:kalturaClient:3.2.1")
'com.kaltura:kalturaClient:jar:3.2.1'
<dependency org="com.kaltura" name="kalturaClient" rev="3.2.1">
<artifact name="kalturaClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaltura', module='kalturaClient', version='3.2.1')
)
libraryDependencies += "com.kaltura" % "kalturaClient" % "3.2.1"
[com.kaltura/kalturaClient "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.4 |
commons-httpclient : commons-httpclient | jar | 3.1 |
org.json : json | jar | 20090211 |
log4j : log4j | jar | 1.2.15 |
junit : junit-dep | jar | 4.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
Version |
---|
3.2.1
|