License |
License
Virgil Security, Inc. license
|
---|---|
Categories |
CategoriesSecurity CLI User Interface |
GroupId | GroupIdcom.virgilsecurity.sdk |
ArtifactId | ArtifactIdclient |
Version | Version4.2.0 |
Type | Typejar |
Description |
DescriptionVirgil SDK - Client
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
|
Project URL |
Project URL |
Filename | Size |
---|---|
client-4.2.0.pom | |
client-4.2.0.jar | 60 KB |
client-4.2.0-sources.jar | 78 KB |
client-4.2.0-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity.sdk/client/ -->
<dependency>
<groupId>com.virgilsecurity.sdk</groupId>
<artifactId>client</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/client/
implementation 'com.virgilsecurity.sdk:client:4.2.0'
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/client/
implementation ("com.virgilsecurity.sdk:client:4.2.0")
'com.virgilsecurity.sdk:client:jar:4.2.0'
<dependency org="com.virgilsecurity.sdk" name="client" rev="4.2.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.sdk', module='client', version='4.2.0')
)
libraryDependencies += "com.virgilsecurity.sdk" % "client" % "4.2.0"
[com.virgilsecurity.sdk/client "4.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.virgilsecurity.sdk : crypto | jar | 4.2.0 |
com.google.code.gson : gson | jar | 2.7 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
commons-lang : commons-lang | jar | 2.6 |
junit : junit | jar | 4.12 |
org.testng : testng | jar | 6.9.10 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |