MVN

com.virgilsecurity : ethree-enclave

Maven & Gradle

May 07, 2021
12 stars

Virgil E3Kit Java/Kotlin SDK with Secure Enclave · 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-enclave</artifactId>
    <version>2.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.virgilsecurity : ethree-enclave 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-enclave to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.virgilsecurity:ethree-enclave:2.0.10'

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

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

How to add a dependency to SBT Scala

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

libraryDependencies += "com.virgilsecurity" % "ethree-enclave" % "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