MVN

com.netease.yunxin : nertc-full

Maven & Gradle

Aug 21, 2023
0 stars

nertc sdk · NetEase YunXin G2 Android SDK

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

Latest Version

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

  • Latest Stable: 5.4.8

All Versions

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

Version Vulnerabilities Updated
5.4.x
nertc-full-5.4.8
nertc-full-5.4.7
nertc-full-5.4.3
nertc-full-5.4.1
nertc-full-5.4.0
5.3.x
nertc-full-5.3.11
nertc-full-5.3.8
nertc-full-5.3.7
nertc-full-5.3.6
nertc-full-5.3.5
nertc-full-5.3.3
nertc-full-5.3.1
4.6.x
nertc-full-4.6.571
nertc-full-4.6.561
nertc-full-4.6.521
nertc-full-4.6.510
nertc-full-4.6.505
nertc-full-4.6.504
nertc-full-4.6.430
nertc-full-4.6.421
nertc-full-4.6.420
nertc-full-4.6.255
nertc-full-4.6.203
nertc-full-4.6.164
nertc-full-4.6.132
nertc-full-4.6.120
nertc-full-4.6.101
nertc-full-4.6.57
nertc-full-4.6.56
nertc-full-4.6.55
nertc-full-4.6.54
nertc-full-4.6.53
nertc-full-4.6.52
nertc-full-4.6.50
nertc-full-4.6.43
nertc-full-4.6.42
nertc-full-4.6.41
nertc-full-4.6.40
nertc-full-4.6.29
nertc-full-4.6.28
nertc-full-4.6.25
nertc-full-4.6.22
nertc-full-4.6.21
nertc-full-4.6.20
nertc-full-4.6.14
nertc-full-4.6.13
nertc-full-4.6.12
nertc-full-4.6.10
4.2.x
nertc-full-4.2.173
nertc-full-4.2.171
nertc-full-4.2.169
nertc-full-4.2.168
nertc-full-4.2.167
nertc-full-4.2.165
nertc-full-4.2.164
nertc-full-4.2.163
nertc-full-4.2.158
nertc-full-4.2.157
nertc-full-4.2.151
nertc-full-4.2.149
nertc-full-4.2.148
nertc-full-4.2.147
nertc-full-4.2.146
nertc-full-4.2.145

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement