Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netease.nimlib |
ArtifactId | ArtifactIdchatroom |
Version | Version0.9.6 |
Type | Typeaar |
Filename | Size |
---|---|
chatroom-0.9.6.pom | |
chatroom-0.9.6.aar | 101 KB |
chatroom-0.9.6-sources.jar | 26 KB |
chatroom-0.9.6-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netease.nimlib/chatroom/ -->
<dependency>
<groupId>com.netease.nimlib</groupId>
<artifactId>chatroom</artifactId>
<version>0.9.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.netease.nimlib/chatroom/
implementation 'com.netease.nimlib:chatroom:0.9.6'
// https://jarcasting.com/artifacts/com.netease.nimlib/chatroom/
implementation ("com.netease.nimlib:chatroom:0.9.6")
'com.netease.nimlib:chatroom:aar:0.9.6'
<dependency org="com.netease.nimlib" name="chatroom" rev="0.9.6">
<artifact name="chatroom" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.netease.nimlib', module='chatroom', version='0.9.6')
)
libraryDependencies += "com.netease.nimlib" % "chatroom" % "0.9.6"
[com.netease.nimlib/chatroom "0.9.6"]