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