GroupId | GroupIdcn.leancloud.android |
---|---|
ArtifactId | ArtifactIdavoscloud-fcm |
Version | Version4.7.11 |
Type | Typejar |
Filename | Size |
---|---|
avoscloud-fcm-4.7.11.pom | |
avoscloud-fcm-4.7.11.jar | 9 KB |
avoscloud-fcm-4.7.11-sources.jar | 2 KB |
avoscloud-fcm-4.7.11-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.leancloud.android/avoscloud-fcm/ -->
<dependency>
<groupId>cn.leancloud.android</groupId>
<artifactId>avoscloud-fcm</artifactId>
<version>4.7.11</version>
</dependency>
// https://jarcasting.com/artifacts/cn.leancloud.android/avoscloud-fcm/
implementation 'cn.leancloud.android:avoscloud-fcm:4.7.11'
// https://jarcasting.com/artifacts/cn.leancloud.android/avoscloud-fcm/
implementation ("cn.leancloud.android:avoscloud-fcm:4.7.11")
'cn.leancloud.android:avoscloud-fcm:jar:4.7.11'
<dependency org="cn.leancloud.android" name="avoscloud-fcm" rev="4.7.11">
<artifact name="avoscloud-fcm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.leancloud.android', module='avoscloud-fcm', version='4.7.11')
)
libraryDependencies += "cn.leancloud.android" % "avoscloud-fcm" % "4.7.11"
[cn.leancloud.android/avoscloud-fcm "4.7.11"]