MVN

org.kurento : kurento-module-datachannelexample-js

Maven & Gradle

Mar 21, 2023
0 stars

kurento-module-datachannelexample-js · Kurento Media Server JavaScript client code for kurento-module-datachannelexample-js.

<dependency>
    <groupId>org.kurento</groupId>
    <artifactId>kurento-module-datachannelexample-js</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kurento : kurento-module-datachannelexample-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of org.kurento : kurento-module-datachannelexample-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
kurento-module-datachannelexample-js-7.0.0
6.18.x
kurento-module-datachannelexample-js-6.18.0
6.15.x
kurento-module-datachannelexample-js-6.15.0
6.6.x
kurento-module-datachannelexample-js-6.6.0
6.5.x
kurento-module-datachannelexample-js-6.5.0
6.4.x
kurento-module-datachannelexample-js-6.4.0
6.3.x
kurento-module-datachannelexample-js-6.3.1

How to add a dependency to Maven

Add the following org.kurento : kurento-module-datachannelexample-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kurento</groupId>
    <artifactId>kurento-module-datachannelexample-js</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kurento : kurento-module-datachannelexample-js gradle dependency to your build.gradle file:

implementation 'org.kurento:kurento-module-datachannelexample-js:7.0.0'

Gradle Kotlin DSL: Add the following org.kurento : kurento-module-datachannelexample-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kurento:kurento-module-datachannelexample-js:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kurento : kurento-module-datachannelexample-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kurento" % "kurento-module-datachannelexample-js" % "7.0.0"

Advertisement