| License |
License |
|---|---|
| GroupId | GroupIdcom.kurento.kws |
| ArtifactId | ArtifactIdkws-content-api |
| Version | Version4.3.22 |
| Type | Typejar |
| Description |
DescriptionKWS Content API
Kurento Content Management API for Web SDK
The kws-content-api project contains the implementation
of the Kurento client side Content Management API for web applications.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kws-content-api-4.3.22.pom | |
| kws-content-api-4.3.22.zip | 33 MB |
| kws-content-api-4.3.22-sources.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kurento.kws/kws-content-api/ -->
<dependency>
<groupId>com.kurento.kws</groupId>
<artifactId>kws-content-api</artifactId>
<version>4.3.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.kurento.kws/kws-content-api/
implementation 'com.kurento.kws:kws-content-api:4.3.22'
// https://jarcasting.com/artifacts/com.kurento.kws/kws-content-api/
implementation ("com.kurento.kws:kws-content-api:4.3.22")
'com.kurento.kws:kws-content-api:jar:4.3.22'
<dependency org="com.kurento.kws" name="kws-content-api" rev="4.3.22">
<artifact name="kws-content-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kurento.kws', module='kws-content-api', version='4.3.22')
)
libraryDependencies += "com.kurento.kws" % "kws-content-api" % "4.3.22"
[com.kurento.kws/kws-content-api "4.3.22"]