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.16.2.pom download
Apache Maven
<dependency>
  <groupId>org.kurento</groupId>
  <artifactId>kurento-integration-tests</artifactId>
  <version>6.16.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kurento:kurento-integration-tests:6.16.2'
Gradle Kotlin
implementation("org.kurento:kurento-integration-tests:6.16.2")
Scala SBT
libraryDependencies += "org.kurento" % "kurento-integration-tests" % "6.16.2"
Groovy Grape
@Grapes(
  @Grab(group='org.kurento', module='kurento-integration-tests', version='6.16.2')
)
Apache Ivy
<dependency org="org.kurento" name="kurento-integration-tests" rev="6.16.2" />
Leiningen
[org.kurento/kurento-integration-tests "6.16.2"]
Apache Buildr
'org.kurento:kurento-integration-tests:jar:6.16.2'