| Группа | Группаorg.kurento |
|---|---|
| Идентификатор | Идентификаторkurento-commons-testing |
| Версия | Версия5.0.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-commons-testing/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-commons-testing</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-commons-testing/
implementation 'org.kurento:kurento-commons-testing:5.0.3'
// https://jarcasting.com/artifacts/org.kurento/kurento-commons-testing/
implementation ("org.kurento:kurento-commons-testing:5.0.3")
'org.kurento:kurento-commons-testing:jar:5.0.3'
<dependency org="org.kurento" name="kurento-commons-testing" rev="5.0.3">
<artifact name="kurento-commons-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-commons-testing', version='5.0.3')
)
libraryDependencies += "org.kurento" % "kurento-commons-testing" % "5.0.3"
[org.kurento/kurento-commons-testing "5.0.3"]