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