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