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