Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netease.yunxin.kit.chat |
ArtifactId | ArtifactIdchatkit |
Version | Version9.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
chatkit-9.0.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.netease.yunxin.kit.chat/chatkit/ -->
<dependency>
<groupId>com.netease.yunxin.kit.chat</groupId>
<artifactId>chatkit</artifactId>
<version>9.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.netease.yunxin.kit.chat/chatkit/
implementation 'com.netease.yunxin.kit.chat:chatkit:9.0.1'
// https://jarcasting.com/artifacts/com.netease.yunxin.kit.chat/chatkit/
implementation ("com.netease.yunxin.kit.chat:chatkit:9.0.1")
'com.netease.yunxin.kit.chat:chatkit:aar:9.0.1'
<dependency org="com.netease.yunxin.kit.chat" name="chatkit" rev="9.0.1">
<artifact name="chatkit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.netease.yunxin.kit.chat', module='chatkit', version='9.0.1')
)
libraryDependencies += "com.netease.yunxin.kit.chat" % "chatkit" % "9.0.1"
[com.netease.yunxin.kit.chat/chatkit "9.0.1"]