License |
License
Virgil Security, Inc. license
|
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.virgilsecurity.pfs |
ArtifactId | ArtifactIdparent |
Version | Version1.1.2 |
Type | Typepom |
Description |
DescriptionVirgil PFS - 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-1.1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity.pfs/parent/ -->
<dependency>
<groupId>com.virgilsecurity.pfs</groupId>
<artifactId>parent</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.pfs/parent/
implementation 'com.virgilsecurity.pfs:parent:1.1.2'
// https://jarcasting.com/artifacts/com.virgilsecurity.pfs/parent/
implementation ("com.virgilsecurity.pfs:parent:1.1.2")
'com.virgilsecurity.pfs:parent:pom:1.1.2'
<dependency org="com.virgilsecurity.pfs" name="parent" rev="1.1.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.pfs', module='parent', version='1.1.2')
)
libraryDependencies += "com.virgilsecurity.pfs" % "parent" % "1.1.2"
[com.virgilsecurity.pfs/parent "1.1.2"]