GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdrestcomm-slee-connectivity-example-modules |
Version | Version2.8.128 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/restcomm-slee-connectivity-example-modules/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>restcomm-slee-connectivity-example-modules</artifactId>
<version>2.8.128</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/restcomm-slee-connectivity-example-modules/
implementation 'org.mobicents.examples:restcomm-slee-connectivity-example-modules:2.8.128'
// https://jarcasting.com/artifacts/org.mobicents.examples/restcomm-slee-connectivity-example-modules/
implementation ("org.mobicents.examples:restcomm-slee-connectivity-example-modules:2.8.128")
'org.mobicents.examples:restcomm-slee-connectivity-example-modules:jar:2.8.128'
<dependency org="org.mobicents.examples" name="restcomm-slee-connectivity-example-modules" rev="2.8.128">
<artifact name="restcomm-slee-connectivity-example-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='restcomm-slee-connectivity-example-modules', version='2.8.128')
)
libraryDependencies += "org.mobicents.examples" % "restcomm-slee-connectivity-example-modules" % "2.8.128"
[org.mobicents.examples/restcomm-slee-connectivity-example-modules "2.8.128"]