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