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