MVN

com.kurento.kws : kws-utils

Maven & Gradle

Sep 24, 2014
1 usages
0 stars

KWS Utils · Kurento Web SDK Utils The kws-utils project contains a set of utilities that have been found useful during the development of applications with the Kurento stack.

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

Latest Version

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

  • Latest Stable: 4.3.22

All Versions

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

Version Vulnerabilities Updated
4.3.x
kws-utils-4.3.22
kws-utils-4.3.17

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.kurento.kws:kws-utils:4.3.22'

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

implementation("com.kurento.kws:kws-utils:4.3.22")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.kurento.kws" % "kws-utils" % "4.3.22"

Advertisement