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