MVN

org.restcomm.media.codecs : g711

Maven & Gradle

Oct 05, 2017
6 usages
157 stars

G711

<dependency>
    <groupId>org.restcomm.media.codecs</groupId>
    <artifactId>g711</artifactId>
    <version>6.0.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.restcomm.media.codecs : g711 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.49

All Versions

Choose a version of org.restcomm.media.codecs : g711 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
g711-7.0.16
g711-7.0.14
g711-7.0.13
g711-7.0.8
g711-7.0.6
6.0.x
g711-6.0.49
g711-6.0.48
g711-6.0.40
g711-6.0.36
g711-6.0.29

How to add a dependency to Maven

Add the following org.restcomm.media.codecs : g711 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.restcomm.media.codecs</groupId>
    <artifactId>g711</artifactId>
    <version>6.0.49</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.restcomm.media.codecs : g711 gradle dependency to your build.gradle file:

implementation 'org.restcomm.media.codecs:g711:6.0.49'

Gradle Kotlin DSL: Add the following org.restcomm.media.codecs : g711 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.restcomm.media.codecs:g711:6.0.49")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.restcomm.media.codecs : g711 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.restcomm.media.codecs" % "g711" % "6.0.49"

Advertisement