GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdmgcp-demo-ivr-sbb |
Version | Version2.8.32 |
Type | Typejar |
Filename | Size |
---|---|
mgcp-demo-ivr-sbb-2.8.32.pom | |
mgcp-demo-ivr-sbb-2.8.32.jar | 12 KB |
mgcp-demo-ivr-sbb-2.8.32-sources.jar | 6 KB |
mgcp-demo-ivr-sbb-2.8.32-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-ivr-sbb/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>mgcp-demo-ivr-sbb</artifactId>
<version>2.8.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-ivr-sbb/
implementation 'org.mobicents.examples:mgcp-demo-ivr-sbb:2.8.32'
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-ivr-sbb/
implementation ("org.mobicents.examples:mgcp-demo-ivr-sbb:2.8.32")
'org.mobicents.examples:mgcp-demo-ivr-sbb:jar:2.8.32'
<dependency org="org.mobicents.examples" name="mgcp-demo-ivr-sbb" rev="2.8.32">
<artifact name="mgcp-demo-ivr-sbb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='mgcp-demo-ivr-sbb', version='2.8.32')
)
libraryDependencies += "org.mobicents.examples" % "mgcp-demo-ivr-sbb" % "2.8.32"
[org.mobicents.examples/mgcp-demo-ivr-sbb "2.8.32"]