MVN

cn.jiguang.sdk.plugin : vivo

Maven & Gradle

May 09, 2023
113 stars

vivo · 'Android VIVO SDK'

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

Latest Version

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

  • Latest Stable: 5.0.3

All Versions

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

  • Version Updated
  • vivo-5.0.3

    May 09, 2023
  • vivo-5.0.0

    Apr 10, 2023
  • vivo-4.9.0

    Jan 12, 2023
  • vivo-4.8.5

    Nov 29, 2022
  • vivo-4.8.4

    Oct 11, 2022
  • vivo-4.8.3

    Oct 10, 2022
  • vivo-4.8.1

    Aug 25, 2022
  • vivo-4.8.0

    Aug 12, 2022
  • vivo-4.7.2

    Jun 28, 2022
  • vivo-4.7.0

    Jun 08, 2022
  • vivo-4.6.6

    May 12, 2022
  • vivo-4.6.4

    Apr 14, 2022
  • vivo-4.6.3

    Mar 25, 2022
  • vivo-4.6.2

    Mar 14, 2022
  • vivo-4.6.0

    Mar 02, 2022
  • vivo-4.5.0

    Dec 13, 2021
  • vivo-4.4.5

    Nov 22, 2021
  • vivo-4.4.0

    Oct 28, 2021
  • vivo-4.3.0

    Aug 18, 2021
  • vivo-4.2.8

    Jul 26, 2021
  • vivo-4.2.4

    Jul 12, 2021
  • vivo-4.2.2

    Jul 02, 2021
  • vivo-4.2.0

    Jul 01, 2021
  • vivo-4.1.5

    Jun 18, 2021
  • vivo-4.1.0

    Jun 01, 2021
  • vivo-4.0.9

    May 25, 2021
  • vivo-4.0.8

    Apr 30, 2021
  • vivo-3.7.0

    Apr 26, 2021
  • vivo-3.8.0

    Apr 26, 2021
  • vivo-3.8.5

    Apr 26, 2021
  • vivo-3.9.0

    Apr 25, 2021
  • vivo-3.9.1

    Apr 25, 2021
  • vivo-4.0.0

    Apr 25, 2021
  • vivo-4.0.6

    Apr 25, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.jiguang.sdk.plugin</groupId>
    <artifactId>vivo</artifactId>
    <version>5.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.jiguang.sdk.plugin:vivo:5.0.3'

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

implementation("cn.jiguang.sdk.plugin:vivo:5.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.jiguang.sdk.plugin" % "vivo" % "5.0.3"