is not current version
Last Version 4.2.0

com.virgilsecurity.sdk:client 3.2.4

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

Categories

Categories

Security CLI User Interface
GroupId

GroupId

com.virgilsecurity.sdk
ArtifactId

ArtifactId

client
Version

Version

3.2.4
Type

Type

jar

Download client 3.2.4


<!-- https://jarcasting.com/artifacts/com.virgilsecurity.sdk/client/ -->
<dependency>
    <groupId>com.virgilsecurity.sdk</groupId>
    <artifactId>client</artifactId>
    <version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/client/
implementation 'com.virgilsecurity.sdk:client:3.2.4'
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/client/
implementation ("com.virgilsecurity.sdk:client:3.2.4")
'com.virgilsecurity.sdk:client:jar:3.2.4'
<dependency org="com.virgilsecurity.sdk" name="client" rev="3.2.4">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.sdk', module='client', version='3.2.4')
)
libraryDependencies += "com.virgilsecurity.sdk" % "client" % "3.2.4"
[com.virgilsecurity.sdk/client "3.2.4"]