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