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