GroupId | GroupIdorg.kurento |
---|---|
ArtifactId | ArtifactIdkurento-commons-testing |
Version | Version5.0.4 |
Type | Typejar |
Filename | Size |
---|---|
kurento-commons-testing-5.0.4.pom | |
kurento-commons-testing-5.0.4.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-commons-testing/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-commons-testing</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-commons-testing/
implementation 'org.kurento:kurento-commons-testing:5.0.4'
// https://jarcasting.com/artifacts/org.kurento/kurento-commons-testing/
implementation ("org.kurento:kurento-commons-testing:5.0.4")
'org.kurento:kurento-commons-testing:jar:5.0.4'
<dependency org="org.kurento" name="kurento-commons-testing" rev="5.0.4">
<artifact name="kurento-commons-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-commons-testing', version='5.0.4')
)
libraryDependencies += "org.kurento" % "kurento-commons-testing" % "5.0.4"
[org.kurento/kurento-commons-testing "5.0.4"]