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