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