MVN

com.virgilsecurity : ethree-kotlin-coroutines

Maven & Gradle

May 16, 2019
12 stars

Virgil E3Kit Kotlin Coroutines 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-kotlin-coroutines</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.0
  • Latest Alpha: 0.1.0-alpha

All Versions

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

Version Vulnerabilities Updated
0.4.x
ethree-kotlin-coroutines-0.4.0
0.2.x
ethree-kotlin-coroutines-0.2.6
ethree-kotlin-coroutines-0.2.5
ethree-kotlin-coroutines-0.2.4
ethree-kotlin-coroutines-0.2.3
ethree-kotlin-coroutines-0.2.2
ethree-kotlin-coroutines-0.2.1
ethree-kotlin-coroutines-0.2.0
0.1.x
ethree-kotlin-coroutines-0.1.1
ethree-kotlin-coroutines-0.1.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.virgilsecurity</groupId>
    <artifactId>ethree-kotlin-coroutines</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.virgilsecurity:ethree-kotlin-coroutines:0.4.0'

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

implementation("com.virgilsecurity:ethree-kotlin-coroutines:0.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.virgilsecurity" % "ethree-kotlin-coroutines" % "0.4.0"

Advertisement