MVN

com.kurento.kws : kws-content-api

Maven & Gradle

Sep 24, 2014
1 usages
1 stars

KWS 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.

<dependency>
    <groupId>com.kurento.kws</groupId>
    <artifactId>kws-content-api</artifactId>
    <version>4.3.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kurento.kws : kws-content-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.22

All Versions

Choose a version of com.kurento.kws : kws-content-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
kws-content-api-4.3.22
kws-content-api-4.3.17
4.2.x
kws-content-api-4.2.2
4.1.x
kws-content-api-4.1.0
3.0.x
kws-content-api-3.0.5
1.0.x
kws-content-api-1.0.1

How to add a dependency to Maven

Add the following com.kurento.kws : kws-content-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kurento.kws</groupId>
    <artifactId>kws-content-api</artifactId>
    <version>4.3.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kurento.kws : kws-content-api gradle dependency to your build.gradle file:

implementation 'com.kurento.kws:kws-content-api:4.3.22'

Gradle Kotlin DSL: Add the following com.kurento.kws : kws-content-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kurento.kws:kws-content-api:4.3.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kurento.kws : kws-content-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kurento.kws" % "kws-content-api" % "4.3.22"