MVN

org.kurento.module : datachannelexample

Maven & Gradle

Mar 10, 2023
4 usages
56 stars

datachannelexample · Kurento Data channel example module

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

Latest Version

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

  • Latest Stable: 7.0.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement