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