Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netease.yunxin.kit |
ArtifactId | ArtifactIdcall |
Version | Version1.3.3 |
Type | Typeaar |
Filename | Size |
---|---|
call-1.3.3.pom | |
call-1.3.3.aar | 91 KB |
call-1.3.3-sources.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netease.yunxin.kit/call/ -->
<dependency>
<groupId>com.netease.yunxin.kit</groupId>
<artifactId>call</artifactId>
<version>1.3.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.netease.yunxin.kit/call/
implementation 'com.netease.yunxin.kit:call:1.3.3'
// https://jarcasting.com/artifacts/com.netease.yunxin.kit/call/
implementation ("com.netease.yunxin.kit:call:1.3.3")
'com.netease.yunxin.kit:call:aar:1.3.3'
<dependency org="com.netease.yunxin.kit" name="call" rev="1.3.3">
<artifact name="call" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.netease.yunxin.kit', module='call', version='1.3.3')
)
libraryDependencies += "com.netease.yunxin.kit" % "call" % "1.3.3"
[com.netease.yunxin.kit/call "1.3.3"]