MVN

org.kurento.tutorial : kurento-hello-world

Maven & Gradle

Sep 18, 2022
361 stars

Kurento Java Tutorial - Hello World · Hello World (WebRTC in loopback)

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

Latest Version

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

  • Latest Stable: 6.18.0

All Versions

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

Version Vulnerabilities Updated
6.18.x
kurento-hello-world-6.18.0
6.15.x
kurento-hello-world-6.15.0
6.11.x
kurento-hello-world-6.11.0
6.8.x
kurento-hello-world-6.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kurento.tutorial</groupId>
    <artifactId>kurento-hello-world</artifactId>
    <version>6.18.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.kurento.tutorial:kurento-hello-world:6.18.0'

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

implementation("org.kurento.tutorial:kurento-hello-world:6.18.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.kurento.tutorial" % "kurento-hello-world" % "6.18.0"

Advertisement