GroupId | GroupIdorg.restcomm |
---|---|
ArtifactId | ArtifactIdrestcomm-connect.testsuite |
Version | Version8.2.0.1292 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.testsuite/ -->
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.testsuite</artifactId>
<version>8.2.0.1292</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.testsuite/
implementation 'org.restcomm:restcomm-connect.testsuite:8.2.0.1292'
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.testsuite/
implementation ("org.restcomm:restcomm-connect.testsuite:8.2.0.1292")
'org.restcomm:restcomm-connect.testsuite:jar:8.2.0.1292'
<dependency org="org.restcomm" name="restcomm-connect.testsuite" rev="8.2.0.1292">
<artifact name="restcomm-connect.testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm', module='restcomm-connect.testsuite', version='8.2.0.1292')
)
libraryDependencies += "org.restcomm" % "restcomm-connect.testsuite" % "8.2.0.1292"
[org.restcomm/restcomm-connect.testsuite "8.2.0.1292"]