| License |
License |
|---|---|
| GroupId | GroupIdorg.kurento |
| ArtifactId | ArtifactIdkurento-test |
| Last Version | Last Version6.16.5 |
| Release Date | Release Date |
| 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.5.pom | |
| kurento-test-6.16.5.jar | 373 KB |
| kurento-test-6.16.5-sources.jar | 228 KB |
| kurento-test-6.16.5-javadoc.jar | 717 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-test/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-test</artifactId>
<version>6.16.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-test/
implementation 'org.kurento:kurento-test:6.16.5'
// https://jarcasting.com/artifacts/org.kurento/kurento-test/
implementation ("org.kurento:kurento-test:6.16.5")
'org.kurento:kurento-test:jar:6.16.5'
<dependency org="org.kurento" name="kurento-test" rev="6.16.5">
<artifact name="kurento-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-test', version='6.16.5')
)
libraryDependencies += "org.kurento" % "kurento-test" % "6.16.5"
[org.kurento/kurento-test "6.16.5"]