is not current version
Last Version 1.1.2

com.virgilsecurity.pfs:parent 1.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
GroupId

GroupId

com.virgilsecurity.pfs
ArtifactId

ArtifactId

parent
Version

Version

1.1.0
Type

Type

pom

Download parent 1.1.0

Filename Size
parent-1.1.0.pom 6 KB
Browse

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