Files download
File Operation
mixpush-hms-8.2.28.jar download
mixpush-hms-8.2.28.pom download
mixpush-hms-8.2.28-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.leancloud</groupId>
  <artifactId>mixpush-hms</artifactId>
  <version>8.2.28</version>
</dependency>
Gradle Groovy
implementation 'cn.leancloud:mixpush-hms:8.2.28'
Gradle Kotlin
implementation("cn.leancloud:mixpush-hms:8.2.28")
Scala SBT
libraryDependencies += "cn.leancloud" % "mixpush-hms" % "8.2.28"
Groovy Grape
@Grapes(
  @Grab(group='cn.leancloud', module='mixpush-hms', version='8.2.28')
)
Apache Ivy
<dependency org="cn.leancloud" name="mixpush-hms" rev="8.2.28" />
Leiningen
[cn.leancloud/mixpush-hms "8.2.28"]
Apache Buildr
'cn.leancloud:mixpush-hms:jar:8.2.28'