MVN

com.engagelab.plugin : huawei

Maven & Gradle

Aug 22, 2023
0 stars

huawei · 'Android Huawei SDK'

<dependency>
    <groupId>com.engagelab.plugin</groupId>
    <artifactId>huawei</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.engagelab.plugin : huawei to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of com.engagelab.plugin : huawei to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
huawei-4.3.0
test.4.x
huawei-test.4.3.0
3.6.x
huawei-3.6.0
3.5.x
huawei-3.5.1
huawei-3.5.0
3.4.x
huawei-3.4.0
3.3.x
huawei-3.3.0
test.3.x
huawei-test.3.5.1
huawei-test.3.4.0
huawei-test.3.3.0
huawei-test.3.0.0.release
huawei-test.3.0.0
3.0.x
huawei-3.0.0.release
huawei-3.0.0
huawei-3.0.0.t6

How to add a dependency to Maven

Add the following com.engagelab.plugin : huawei maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.engagelab.plugin</groupId>
    <artifactId>huawei</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.engagelab.plugin : huawei gradle dependency to your build.gradle file:

implementation 'com.engagelab.plugin:huawei:4.3.0'

Gradle Kotlin DSL: Add the following com.engagelab.plugin : huawei gradle kotlin dependency to your build.gradle.kts file:

implementation("com.engagelab.plugin:huawei:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.engagelab.plugin : huawei sbt scala dependency to your build.sbt file:

libraryDependencies += "com.engagelab.plugin" % "huawei" % "4.3.0"