| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.kurento |
| Идентификатор | Идентификаторkurento-integration-tests |
| Версия | Версия6.16.5 |
| Тип | Типpom |
| Описание |
ОписаниеKurento Integration tests
Integration tests for the Kurento Java.
These tests require the existence of a KMS instance.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| kurento-integration-tests-6.16.5.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-integration-tests/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-integration-tests</artifactId>
<version>6.16.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-integration-tests/
implementation 'org.kurento:kurento-integration-tests:6.16.5'
// https://jarcasting.com/artifacts/org.kurento/kurento-integration-tests/
implementation ("org.kurento:kurento-integration-tests:6.16.5")
'org.kurento:kurento-integration-tests:pom:6.16.5'
<dependency org="org.kurento" name="kurento-integration-tests" rev="6.16.5">
<artifact name="kurento-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-integration-tests', version='6.16.5')
)
libraryDependencies += "org.kurento" % "kurento-integration-tests" % "6.16.5"
[org.kurento/kurento-integration-tests "6.16.5"]