is not current version
Last Version 4.2.0

com.virgilsecurity.sdk:client 4.1.0

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

4.1.0
Type

Type

jar

Download client 4.1.0


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