Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netease.yunxin |
ArtifactId | ArtifactIdnertc-full |
Version | Version4.6.12 |
Type | Typeaar |
Filename | Size |
---|---|
nertc-full-4.6.12.pom | |
nertc-full-4.6.12.aar | 35 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netease.yunxin/nertc-full/ -->
<dependency>
<groupId>com.netease.yunxin</groupId>
<artifactId>nertc-full</artifactId>
<version>4.6.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.netease.yunxin/nertc-full/
implementation 'com.netease.yunxin:nertc-full:4.6.12'
// https://jarcasting.com/artifacts/com.netease.yunxin/nertc-full/
implementation ("com.netease.yunxin:nertc-full:4.6.12")
'com.netease.yunxin:nertc-full:aar:4.6.12'
<dependency org="com.netease.yunxin" name="nertc-full" rev="4.6.12">
<artifact name="nertc-full" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.netease.yunxin', module='nertc-full', version='4.6.12')
)
libraryDependencies += "com.netease.yunxin" % "nertc-full" % "4.6.12"
[com.netease.yunxin/nertc-full "4.6.12"]