is not current version
Last Version 6.16.5

org.kurento:kurento-commons 5.0.4

Common utils and classes for Kurento Java The kurento-commons project contains common util classes for the Kurento Java.

GroupId

GroupId

org.kurento
ArtifactId

ArtifactId

kurento-commons
Version

Version

5.0.4
Type

Type

jar

Download kurento-commons 5.0.4


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