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