License |
License
Virgil Security, Inc. license
|
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.virgilsecurity.sdk |
ArtifactId | ArtifactIdparent |
Version | Version5.2.1 |
Type | Typepom |
Description |
DescriptionVirgil SDK - Parent
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-5.2.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity.sdk/parent/ -->
<dependency>
<groupId>com.virgilsecurity.sdk</groupId>
<artifactId>parent</artifactId>
<version>5.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/parent/
implementation 'com.virgilsecurity.sdk:parent:5.2.1'
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/parent/
implementation ("com.virgilsecurity.sdk:parent:5.2.1")
'com.virgilsecurity.sdk:parent:pom:5.2.1'
<dependency org="com.virgilsecurity.sdk" name="parent" rev="5.2.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.sdk', module='parent', version='5.2.1')
)
libraryDependencies += "com.virgilsecurity.sdk" % "parent" % "5.2.1"
[com.virgilsecurity.sdk/parent "5.2.1"]