is not current version
Last Version 6.16.5

org.kurento:kurento-commons 6.7.1

Common utils and classes for Kurento Java. This project contains common util classes for the Kurento Java.

GroupId

GroupId

org.kurento
ArtifactId

ArtifactId

kurento-commons
Version

Version

6.7.1
Type

Type

jar

Download kurento-commons 6.7.1


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