MVN

cn.jiguang.sdk.plugin : honor

Maven & Gradle

Jun 29, 2023
115 stars

honor · 'Android HONOR SDK'

<dependency>
    <groupId>cn.jiguang.sdk.plugin</groupId>
    <artifactId>honor</artifactId>
    <version>5.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jiguang.sdk.plugin : honor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.4

All Versions

Choose a version of cn.jiguang.sdk.plugin : honor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
honor-5.0.4
honor-5.0.3
honor-5.0.0
4.9.x
honor-4.9.0
4.8.x
honor-4.8.5
honor-4.8.4
honor-4.8.3
honor-4.8.1
honor-4.8.0
4.7.x
honor-4.7.2
honor-4.7.0.a
honor-4.7.0

How to add a dependency to Maven

Add the following cn.jiguang.sdk.plugin : honor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jiguang.sdk.plugin</groupId>
    <artifactId>honor</artifactId>
    <version>5.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jiguang.sdk.plugin : honor gradle dependency to your build.gradle file:

implementation 'cn.jiguang.sdk.plugin:honor:5.0.4'

Gradle Kotlin DSL: Add the following cn.jiguang.sdk.plugin : honor gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jiguang.sdk.plugin:honor:5.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jiguang.sdk.plugin : honor sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jiguang.sdk.plugin" % "honor" % "5.0.4"

Advertisement