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