GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdmgcp-demo-call-sbb |
Version | Version2.8.42 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-call-sbb/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>mgcp-demo-call-sbb</artifactId>
<version>2.8.42</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-call-sbb/
implementation 'org.mobicents.examples:mgcp-demo-call-sbb:2.8.42'
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-call-sbb/
implementation ("org.mobicents.examples:mgcp-demo-call-sbb:2.8.42")
'org.mobicents.examples:mgcp-demo-call-sbb:jar:2.8.42'
<dependency org="org.mobicents.examples" name="mgcp-demo-call-sbb" rev="2.8.42">
<artifact name="mgcp-demo-call-sbb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='mgcp-demo-call-sbb', version='2.8.42')
)
libraryDependencies += "org.mobicents.examples" % "mgcp-demo-call-sbb" % "2.8.42"
[org.mobicents.examples/mgcp-demo-call-sbb "2.8.42"]