MVN

cn.leancloud : mixpush-honor

Maven & Gradle

Jun 14, 2023
63 stars

mixpush-honor android Library · LeanCloud Android SDK

<dependency>
    <groupId>cn.leancloud</groupId>
    <artifactId>mixpush-honor</artifactId>
    <version>8.2.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.leancloud : mixpush-honor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.19

All Versions

Choose a version of cn.leancloud : mixpush-honor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
mixpush-honor-8.2.19
mixpush-honor-8.2.18
mixpush-honor-8.2.17
mixpush-honor-8.2.16

How to add a dependency to Maven

Add the following cn.leancloud : mixpush-honor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.leancloud</groupId>
    <artifactId>mixpush-honor</artifactId>
    <version>8.2.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.leancloud : mixpush-honor gradle dependency to your build.gradle file:

implementation 'cn.leancloud:mixpush-honor:8.2.19'

Gradle Kotlin DSL: Add the following cn.leancloud : mixpush-honor gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.leancloud:mixpush-honor:8.2.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.leancloud : mixpush-honor sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.leancloud" % "mixpush-honor" % "8.2.19"

Advertisement