MVN

org.kurento.tutorial : kurento-show-data-channel

Maven & Gradle

Sep 18, 2022
361 stars

Kurento Java Tutorial - Show Data Channel · WebRTC in loopback with filter to show data received through data channel

<dependency>
    <groupId>org.kurento.tutorial</groupId>
    <artifactId>kurento-show-data-channel</artifactId>
    <version>6.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kurento.tutorial : kurento-show-data-channel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.18.0

All Versions

Choose a version of org.kurento.tutorial : kurento-show-data-channel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.18.x
kurento-show-data-channel-6.18.0
6.15.x
kurento-show-data-channel-6.15.0
6.11.x
kurento-show-data-channel-6.11.0
6.8.x
kurento-show-data-channel-6.8.0

How to add a dependency to Maven

Add the following org.kurento.tutorial : kurento-show-data-channel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kurento.tutorial</groupId>
    <artifactId>kurento-show-data-channel</artifactId>
    <version>6.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kurento.tutorial : kurento-show-data-channel gradle dependency to your build.gradle file:

implementation 'org.kurento.tutorial:kurento-show-data-channel:6.18.0'

Gradle Kotlin DSL: Add the following org.kurento.tutorial : kurento-show-data-channel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kurento.tutorial:kurento-show-data-channel:6.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kurento.tutorial : kurento-show-data-channel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kurento.tutorial" % "kurento-show-data-channel" % "6.18.0"

Advertisement