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