GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdrestcomm-slee-connectivity-example-modules |
Version | Version3.0.2 |
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>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/restcomm-slee-connectivity-example-modules/
implementation 'org.mobicents.examples:restcomm-slee-connectivity-example-modules:3.0.2'
// https://jarcasting.com/artifacts/org.mobicents.examples/restcomm-slee-connectivity-example-modules/
implementation ("org.mobicents.examples:restcomm-slee-connectivity-example-modules:3.0.2")
'org.mobicents.examples:restcomm-slee-connectivity-example-modules:jar:3.0.2'
<dependency org="org.mobicents.examples" name="restcomm-slee-connectivity-example-modules" rev="3.0.2">
<artifact name="restcomm-slee-connectivity-example-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='restcomm-slee-connectivity-example-modules', version='3.0.2')
)
libraryDependencies += "org.mobicents.examples" % "restcomm-slee-connectivity-example-modules" % "3.0.2"
[org.mobicents.examples/restcomm-slee-connectivity-example-modules "3.0.2"]