MVN

com.virgilsecurity.sdk : api

Maven & Gradle

Jun 22, 2020
3 usages
24 stars

Virgil SDK - API · Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. Learn about Virgil Java/Android SDK https://virgilsecurity.com/api-docs/java-android/quickstart

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

Latest Version

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

  • Latest Stable: 7.3.2
  • Latest Release Candidate: 4.5.0-rc2
  • Latest Alpha: 4.5.0-alpha

All Versions

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

Version Vulnerabilities Updated
7.3.x
api-7.3.2
api-7.3.1
api-7.3.0
7.2.x
api-7.2.0
7.1.x
api-7.1.1
api-7.1.0
7.0.x
api-7.0.0
6.1.x
api-6.1.0
6.0.x
api-6.0.1
6.0
api-6.0
5.2.x
api-5.2.1
api-5.2.0
5.1.x
api-5.1.2
api-5.1.1
api-5.1.0
5.0.x
api-5.0.9
api-5.0.8
api-5.0.7
api-5.0.6
api-5.0.5
api-5.0.4
api-5.0.3
api-5.0.2
api-5.0.1
api-5.0.0
4.6.x
api-4.6.1
api-4.6.0
4.5.x
api-4.5.0
api-4.5.0-rc2
api-4.5.0-rc1
api-4.5.0-alpha
4.4.x
api-4.4.0-alpha
4.3.x
api-4.3.3
api-4.3.2
api-4.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.virgilsecurity.sdk</groupId>
    <artifactId>api</artifactId>
    <version>7.3.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.virgilsecurity.sdk:api:7.3.2'

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

implementation("com.virgilsecurity.sdk:api:7.3.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.virgilsecurity.sdk" % "api" % "7.3.2"

Advertisement

Dependencies from Group

sdk
Jun 22, 2020
10 usages
24 stars
Jun 22, 2020
7 usages
24 stars
Jun 22, 2020
6 usages
24 stars
Jun 22, 2020
5 usages
24 stars
api
Jun 22, 2020
3 usages
24 stars

Discover Dependencies