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