Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mobicents.media.client |
ArtifactId | ArtifactIdmgcp |
Version | Version3.0.1.FINAL |
Type | Typepom |
Filename | Size |
---|---|
mgcp-3.0.1.FINAL.pom | 659 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.media.client/mgcp/ -->
<dependency>
<groupId>org.mobicents.media.client</groupId>
<artifactId>mgcp</artifactId>
<version>3.0.1.FINAL</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.media.client/mgcp/
implementation 'org.mobicents.media.client:mgcp:3.0.1.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.media.client/mgcp/
implementation ("org.mobicents.media.client:mgcp:3.0.1.FINAL")
'org.mobicents.media.client:mgcp:pom:3.0.1.FINAL'
<dependency org="org.mobicents.media.client" name="mgcp" rev="3.0.1.FINAL">
<artifact name="mgcp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.media.client', module='mgcp', version='3.0.1.FINAL')
)
libraryDependencies += "org.mobicents.media.client" % "mgcp" % "3.0.1.FINAL"
[org.mobicents.media.client/mgcp "3.0.1.FINAL"]