| GroupId | GroupIdorg.mobicents.examples |
|---|---|
| ArtifactId | ArtifactIdmgcp-demo-parent |
| Version | Version2.8.98 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mgcp-demo-parent-2.8.98.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-parent/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>mgcp-demo-parent</artifactId>
<version>2.8.98</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-parent/
implementation 'org.mobicents.examples:mgcp-demo-parent:2.8.98'
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-parent/
implementation ("org.mobicents.examples:mgcp-demo-parent:2.8.98")
'org.mobicents.examples:mgcp-demo-parent:pom:2.8.98'
<dependency org="org.mobicents.examples" name="mgcp-demo-parent" rev="2.8.98">
<artifact name="mgcp-demo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='mgcp-demo-parent', version='2.8.98')
)
libraryDependencies += "org.mobicents.examples" % "mgcp-demo-parent" % "2.8.98"
[org.mobicents.examples/mgcp-demo-parent "2.8.98"]