License |
License |
---|---|
GroupId | GroupIdorg.kurento |
ArtifactId | ArtifactIdkurento-test |
Version | Version6.16.4 |
Type | Typejar |
Description |
DescriptionKurento Integration tests - Kurento Tests
This project contains test cases for testing Kurento
Java Client and Kurento Media Server.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
kurento-test-6.16.4.pom | |
kurento-test-6.16.4.jar | 369 KB |
kurento-test-6.16.4-sources.jar | 229 KB |
kurento-test-6.16.4-javadoc.jar | 701 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-test/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-test</artifactId>
<version>6.16.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-test/
implementation 'org.kurento:kurento-test:6.16.4'
// https://jarcasting.com/artifacts/org.kurento/kurento-test/
implementation ("org.kurento:kurento-test:6.16.4")
'org.kurento:kurento-test:jar:6.16.4'
<dependency org="org.kurento" name="kurento-test" rev="6.16.4">
<artifact name="kurento-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-test', version='6.16.4')
)
libraryDependencies += "org.kurento" % "kurento-test" % "6.16.4"
[org.kurento/kurento-test "6.16.4"]