MVN

com.virgilsecurity.sdk : android

Maven & Gradle

Feb 02, 2017
24 stars

Virgil SDK - Android library

<dependency>
    <groupId>com.virgilsecurity.sdk</groupId>
    <artifactId>android</artifactId>
    <version>4.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.virgilsecurity.sdk : android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0

All Versions

Choose a version of com.virgilsecurity.sdk : android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
android-4.2.0
4.1.x
android-4.1.2
android-4.1.1
android-4.1.0
4.0.x
android-4.0.0
3.2.x
android-3.2.4
android-3.2.3
android-3.2.2
android-3.2.1
android-3.2.0
3.1.x
android-3.1.0
3.0.x
android-3.0.2
android-3.0.1
3.0
android-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.virgilsecurity.sdk</groupId>
    <artifactId>android</artifactId>
    <version>4.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.virgilsecurity.sdk : android gradle dependency to your build.gradle file:

implementation 'com.virgilsecurity.sdk:android:4.2.0'

Gradle Kotlin DSL: Add the following com.virgilsecurity.sdk : android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.virgilsecurity.sdk:android:4.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.virgilsecurity.sdk : android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.virgilsecurity.sdk" % "android" % "4.2.0"

Advertisement