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