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