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