MVN

com.vwo : mobile

Maven & Gradle

Jul 20, 2023
2 stars

VWO Mobile SDK · VWO mobile SDK for A/B Testing Android applications

<dependency>
    <groupId>com.vwo</groupId>
    <artifactId>mobile</artifactId>
    <version>2.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vwo : mobile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.3

All Versions

Choose a version of com.vwo : mobile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
mobile-2.15.3
mobile-2.15.2
mobile-2.15.1
mobile-2.15.0
2.14.x
mobile-2.14.0
2.12.x
mobile-2.12.0
2.11.x
mobile-2.11.0
2.10.x
mobile-2.10.0
2.9.x
mobile-2.9.0
2.8.x
mobile-2.8.2
mobile-2.8.0
2.7.x
mobile-2.7.0
2.6.x
mobile-2.6.1
mobile-2.6.0
2.5.x
mobile-2.5.1
mobile-2.5.0
2.4.x
mobile-2.4.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.vwo</groupId>
    <artifactId>mobile</artifactId>
    <version>2.15.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vwo : mobile gradle dependency to your build.gradle file:

implementation 'com.vwo:mobile:2.15.3'

Gradle Kotlin DSL: Add the following com.vwo : mobile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vwo:mobile:2.15.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vwo : mobile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vwo" % "mobile" % "2.15.3"

Advertisement