| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.netease.nimlib |
| ArtifactId | ArtifactIdchatroom |
| Last Version | Last Version9.2.7 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionnim-android-sdk
chatroom extension for nim library.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| chatroom-9.2.7.pom | |
| chatroom-9.2.7.aar | 102 KB |
| chatroom-9.2.7-sources.jar | 26 KB |
| chatroom-9.2.7-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netease.nimlib/chatroom/ -->
<dependency>
<groupId>com.netease.nimlib</groupId>
<artifactId>chatroom</artifactId>
<version>9.2.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.netease.nimlib/chatroom/
implementation 'com.netease.nimlib:chatroom:9.2.7'
// https://jarcasting.com/artifacts/com.netease.nimlib/chatroom/
implementation ("com.netease.nimlib:chatroom:9.2.7")
'com.netease.nimlib:chatroom:aar:9.2.7'
<dependency org="com.netease.nimlib" name="chatroom" rev="9.2.7">
<artifact name="chatroom" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.netease.nimlib', module='chatroom', version='9.2.7')
)
libraryDependencies += "com.netease.nimlib" % "chatroom" % "9.2.7"
[com.netease.nimlib/chatroom "9.2.7"]