MVN

com.virgilsecurity : ethree

Maven & Gradle

May 07, 2021
12 stars

Virgil E3Kit Java/Kotlin SDK · Virgil Security provides an SDK which symplifies work with Virgil services and presents easy to use API for adding security to any application. In a few simple steps you can setup user encryption with multidevice support.

<dependency>
    <groupId>com.virgilsecurity</groupId>
    <artifactId>ethree</artifactId>
    <version>2.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.10
  • Latest Beta: 0.6.1-beta1

All Versions

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

Version Vulnerabilities Updated
2.0.x
ethree-2.0.10
ethree-2.0.9
ethree-2.0.8
ethree-2.0.7
ethree-2.0.6
ethree-2.0.5
ethree-2.0.4
ethree-2.0.3
ethree-2.0.2
ethree-2.0.1
ethree-2.0.0
0.8.x
ethree-0.8.0
0.6.x
ethree-0.6.1-beta1
ethree-0.6.0-beta1
0.5.x
ethree-0.5.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.virgilsecurity</groupId>
    <artifactId>ethree</artifactId>
    <version>2.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.virgilsecurity:ethree:2.0.10'

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

implementation("com.virgilsecurity:ethree:2.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.virgilsecurity" % "ethree" % "2.0.10"

Advertisement

Dependencies from Group

Jun 22, 2020
6 usages
24 stars
May 22, 2020
5 usages
Jul 11, 2019
4 usages
1 stars
May 07, 2021
4 usages
12 stars
Oct 01, 2019
2 usages
12 stars

Discover Dependencies