GroupId | GroupIdcom.kurento.kmf |
---|---|
ArtifactId | ArtifactIdkmf-commons-testing |
Version | Version4.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kurento.kmf/kmf-commons-testing/ -->
<dependency>
<groupId>com.kurento.kmf</groupId>
<artifactId>kmf-commons-testing</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kurento.kmf/kmf-commons-testing/
implementation 'com.kurento.kmf:kmf-commons-testing:4.3.0'
// https://jarcasting.com/artifacts/com.kurento.kmf/kmf-commons-testing/
implementation ("com.kurento.kmf:kmf-commons-testing:4.3.0")
'com.kurento.kmf:kmf-commons-testing:jar:4.3.0'
<dependency org="com.kurento.kmf" name="kmf-commons-testing" rev="4.3.0">
<artifact name="kmf-commons-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kurento.kmf', module='kmf-commons-testing', version='4.3.0')
)
libraryDependencies += "com.kurento.kmf" % "kmf-commons-testing" % "4.3.0"
[com.kurento.kmf/kmf-commons-testing "4.3.0"]