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