GroupId | GroupIdorg.restcomm |
---|---|
ArtifactId | ArtifactIdrestcomm-connect.testsuite |
Version | Version8.2.0.1329 |
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.1329</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.testsuite/
implementation 'org.restcomm:restcomm-connect.testsuite:8.2.0.1329'
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.testsuite/
implementation ("org.restcomm:restcomm-connect.testsuite:8.2.0.1329")
'org.restcomm:restcomm-connect.testsuite:jar:8.2.0.1329'
<dependency org="org.restcomm" name="restcomm-connect.testsuite" rev="8.2.0.1329">
<artifact name="restcomm-connect.testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm', module='restcomm-connect.testsuite', version='8.2.0.1329')
)
libraryDependencies += "org.restcomm" % "restcomm-connect.testsuite" % "8.2.0.1329"
[org.restcomm/restcomm-connect.testsuite "8.2.0.1329"]