GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdmgcp-demo-web |
Version | Version7.0.6 |
Type | Typewar |
Filename | Size |
---|---|
mgcp-demo-web-7.0.6.pom | |
mgcp-demo-web-7.0.6.war | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-web/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>mgcp-demo-web</artifactId>
<version>7.0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-web/
implementation 'org.mobicents.examples:mgcp-demo-web:7.0.6'
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-web/
implementation ("org.mobicents.examples:mgcp-demo-web:7.0.6")
'org.mobicents.examples:mgcp-demo-web:war:7.0.6'
<dependency org="org.mobicents.examples" name="mgcp-demo-web" rev="7.0.6">
<artifact name="mgcp-demo-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='mgcp-demo-web', version='7.0.6')
)
libraryDependencies += "org.mobicents.examples" % "mgcp-demo-web" % "7.0.6"
[org.mobicents.examples/mgcp-demo-web "7.0.6"]