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