| GroupId | GroupIdorg.mobicents.media.codecs |
|---|---|
| ArtifactId | ArtifactIdg729 |
| Version | Version5.0.0.18 |
| Type | Typejar |
| Filename | Size |
|---|---|
| g729-5.0.0.18.pom | |
| g729-5.0.0.18.jar | 76 KB |
| g729-5.0.0.18-sources.jar | 82 KB |
| g729-5.0.0.18-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.media.codecs/g729/ -->
<dependency>
<groupId>org.mobicents.media.codecs</groupId>
<artifactId>g729</artifactId>
<version>5.0.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.media.codecs/g729/
implementation 'org.mobicents.media.codecs:g729:5.0.0.18'
// https://jarcasting.com/artifacts/org.mobicents.media.codecs/g729/
implementation ("org.mobicents.media.codecs:g729:5.0.0.18")
'org.mobicents.media.codecs:g729:jar:5.0.0.18'
<dependency org="org.mobicents.media.codecs" name="g729" rev="5.0.0.18">
<artifact name="g729" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.media.codecs', module='g729', version='5.0.0.18')
)
libraryDependencies += "org.mobicents.media.codecs" % "g729" % "5.0.0.18"
[org.mobicents.media.codecs/g729 "5.0.0.18"]