MVN

com.netease.yunxin : nertc-audio

Maven & Gradle

Aug 23, 2023
0 stars

nertc audio only sdk · NetEase YunXin G2 Android Audio Only SDK

<dependency>
    <groupId>com.netease.yunxin</groupId>
    <artifactId>nertc-audio</artifactId>
    <version>5.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netease.yunxin : nertc-audio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.8

All Versions

Choose a version of com.netease.yunxin : nertc-audio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
nertc-audio-5.4.8
nertc-audio-5.4.1
5.3.x
nertc-audio-5.3.6
nertc-audio-5.3.5
4.6.x
nertc-audio-4.6.43
nertc-audio-4.6.40
4.2.x
nertc-audio-4.2.1000
nertc-audio-4.2.159
0.0.x
nertc-audio-0.0.11
nertc-audio-0.0.1

How to add a dependency to Maven

Add the following com.netease.yunxin : nertc-audio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netease.yunxin</groupId>
    <artifactId>nertc-audio</artifactId>
    <version>5.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netease.yunxin : nertc-audio gradle dependency to your build.gradle file:

implementation 'com.netease.yunxin:nertc-audio:5.4.8'

Gradle Kotlin DSL: Add the following com.netease.yunxin : nertc-audio gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netease.yunxin:nertc-audio:5.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netease.yunxin : nertc-audio sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netease.yunxin" % "nertc-audio" % "5.4.8"

Advertisement