License |
License
Virgil Security, Inc. license
|
---|---|
Categories |
CategoriesKotlin Languages Security |
GroupId | GroupIdcom.virgilsecurity |
ArtifactId | ArtifactIdethree-kotlin |
Version | Version0.6.1-beta1 |
Type | Typeaar |
Description |
DescriptionVirgil 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin/ -->
<dependency>
<groupId>com.virgilsecurity</groupId>
<artifactId>ethree-kotlin</artifactId>
<version>0.6.1-beta1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin/
implementation 'com.virgilsecurity:ethree-kotlin:0.6.1-beta1'
// https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin/
implementation ("com.virgilsecurity:ethree-kotlin:0.6.1-beta1")
'com.virgilsecurity:ethree-kotlin:aar:0.6.1-beta1'
<dependency org="com.virgilsecurity" name="ethree-kotlin" rev="0.6.1-beta1">
<artifact name="ethree-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity', module='ethree-kotlin', version='0.6.1-beta1')
)
libraryDependencies += "com.virgilsecurity" % "ethree-kotlin" % "0.6.1-beta1"
[com.virgilsecurity/ethree-kotlin "0.6.1-beta1"]
Group / Artifact | Type | Version |
---|---|---|
com.virgilsecurity : ethree-common | jar | 0.5.1-beta1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.3.50 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.0-M1 |