GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdmgcp-library |
Version | Version7.0.6 |
Type | Typejar |
Filename | Size |
---|---|
mgcp-library-7.0.6.pom | |
mgcp-library-7.0.6.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.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/mgcp-library/
implementation 'org.mobicents.resources:mgcp-library:7.0.6'
// https://jarcasting.com/artifacts/org.mobicents.resources/mgcp-library/
implementation ("org.mobicents.resources:mgcp-library:7.0.6")
'org.mobicents.resources:mgcp-library:jar:7.0.6'
<dependency org="org.mobicents.resources" name="mgcp-library" rev="7.0.6">
<artifact name="mgcp-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='mgcp-library', version='7.0.6')
)
libraryDependencies += "org.mobicents.resources" % "mgcp-library" % "7.0.6"
[org.mobicents.resources/mgcp-library "7.0.6"]