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