k

kurento-integration-tests

Integration tests for the Kurento Java. These tests require the existence of a KMS instance.
Files download
File Operation
kurento-integration-tests-6.18.0.pom download
Apache Maven
<dependency>
  <groupId>org.kurento</groupId>
  <artifactId>kurento-integration-tests</artifactId>
  <version>6.18.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kurento:kurento-integration-tests:6.18.0'
Gradle Kotlin
implementation("org.kurento:kurento-integration-tests:6.18.0")
Scala SBT
libraryDependencies += "org.kurento" % "kurento-integration-tests" % "6.18.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kurento', module='kurento-integration-tests', version='6.18.0')
)
Apache Ivy
<dependency org="org.kurento" name="kurento-integration-tests" rev="6.18.0" />
Leiningen
[org.kurento/kurento-integration-tests "6.18.0"]
Apache Buildr
'org.kurento:kurento-integration-tests:jar:6.18.0'