MVN

com.applivery : applvsdklib

Maven & Gradle

Apr 12, 2019
19 stars

applivery-android-sdk · Applivery android sdk

<dependency>
    <groupId>com.applivery</groupId>
    <artifactId>applvsdklib</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.applivery : applvsdklib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.applivery : applvsdklib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
applvsdklib-3.0.1
2.6.x
applvsdklib-2.6.5
applvsdklib-2.6.3
2.4.x
applvsdklib-2.4.3
applvsdklib-2.4.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.applivery</groupId>
    <artifactId>applvsdklib</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.applivery : applvsdklib gradle dependency to your build.gradle file:

implementation 'com.applivery:applvsdklib:3.0.1'

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

implementation("com.applivery:applvsdklib:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.applivery : applvsdklib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.applivery" % "applvsdklib" % "3.0.1"

Advertisement