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