| GroupId | GroupIdcn.leancloud |
|---|---|
| ArtifactId | ArtifactIdmixpush-hms |
| Version | Version8.2.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mixpush-hms-8.2.9.pom | |
| mixpush-hms-8.2.9.jar | 9 KB |
| mixpush-hms-8.2.9-sources.jar | 4 KB |
| mixpush-hms-8.2.9-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.leancloud/mixpush-hms/ -->
<dependency>
<groupId>cn.leancloud</groupId>
<artifactId>mixpush-hms</artifactId>
<version>8.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.leancloud/mixpush-hms/
implementation 'cn.leancloud:mixpush-hms:8.2.9'
// https://jarcasting.com/artifacts/cn.leancloud/mixpush-hms/
implementation ("cn.leancloud:mixpush-hms:8.2.9")
'cn.leancloud:mixpush-hms:jar:8.2.9'
<dependency org="cn.leancloud" name="mixpush-hms" rev="8.2.9">
<artifact name="mixpush-hms" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.leancloud', module='mixpush-hms', version='8.2.9')
)
libraryDependencies += "cn.leancloud" % "mixpush-hms" % "8.2.9"
[cn.leancloud/mixpush-hms "8.2.9"]