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