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