MVN

com.virgilsecurity.pfs : parent

Maven & Gradle

Dec 06, 2017
0 stars

Virgil 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

<dependency>
    <groupId>com.virgilsecurity.pfs</groupId>
    <artifactId>parent</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.virgilsecurity.pfs : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.virgilsecurity.pfs : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
parent-1.1.2
parent-1.1.1
parent-1.1.0
1.0.x
parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.virgilsecurity.pfs</groupId>
    <artifactId>parent</artifactId>
    <version>1.1.2</version>
</dependency>