is not current version
Last Version 6.15.0

org.kurento.tutorial:kurento-hello-world 6.11.0

Hello World (WebRTC in loopback)

GroupId

GroupId

org.kurento.tutorial
ArtifactId

ArtifactId

kurento-hello-world
Version

Version

6.11.0
Type

Type

jar

Download kurento-hello-world 6.11.0


<!-- https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-hello-world/ -->
<dependency>
    <groupId>org.kurento.tutorial</groupId>
    <artifactId>kurento-hello-world</artifactId>
    <version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-hello-world/
implementation 'org.kurento.tutorial:kurento-hello-world:6.11.0'
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-hello-world/
implementation ("org.kurento.tutorial:kurento-hello-world:6.11.0")
'org.kurento.tutorial:kurento-hello-world:jar:6.11.0'
<dependency org="org.kurento.tutorial" name="kurento-hello-world" rev="6.11.0">
  <artifact name="kurento-hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento.tutorial', module='kurento-hello-world', version='6.11.0')
)
libraryDependencies += "org.kurento.tutorial" % "kurento-hello-world" % "6.11.0"
[org.kurento.tutorial/kurento-hello-world "6.11.0"]