GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdmgcp-demo-parent |
Version | Version2.8.68 |
Type | Typepom |
Filename | Size |
---|---|
mgcp-demo-parent-2.8.68.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.68</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-parent/
implementation 'org.mobicents.examples:mgcp-demo-parent:2.8.68'
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-parent/
implementation ("org.mobicents.examples:mgcp-demo-parent:2.8.68")
'org.mobicents.examples:mgcp-demo-parent:pom:2.8.68'
<dependency org="org.mobicents.examples" name="mgcp-demo-parent" rev="2.8.68">
<artifact name="mgcp-demo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='mgcp-demo-parent', version='2.8.68')
)
libraryDependencies += "org.mobicents.examples" % "mgcp-demo-parent" % "2.8.68"
[org.mobicents.examples/mgcp-demo-parent "2.8.68"]