MVN

org.kurento.tutorial : kurento-group-call

Maven & Gradle

Sep 18, 2022
361 stars

Kurento Java Tutorial - Group Call · WebRTC many to many video call

<dependency>
    <groupId>org.kurento.tutorial</groupId>
    <artifactId>kurento-group-call</artifactId>
    <version>6.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kurento.tutorial : kurento-group-call to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.18.0

All Versions

Choose a version of org.kurento.tutorial : kurento-group-call to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.18.x
kurento-group-call-6.18.0
6.15.x
kurento-group-call-6.15.0
6.11.x
kurento-group-call-6.11.0
6.8.x
kurento-group-call-6.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kurento.tutorial</groupId>
    <artifactId>kurento-group-call</artifactId>
    <version>6.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kurento.tutorial : kurento-group-call gradle dependency to your build.gradle file:

implementation 'org.kurento.tutorial:kurento-group-call:6.18.0'

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

implementation("org.kurento.tutorial:kurento-group-call:6.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kurento.tutorial : kurento-group-call sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kurento.tutorial" % "kurento-group-call" % "6.18.0"