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