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