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