Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.virgilsecurity.crypto |
ArtifactId | ArtifactIdphe |
Version | Version0.15.2 |
Type | Typejar |
Filename | Size |
---|---|
phe-0.15.2.pom | |
phe-0.15.2.jar | 457 KB |
phe-0.15.2-sources.jar | 33 KB |
phe-0.15.2-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity.crypto/phe/ -->
<dependency>
<groupId>com.virgilsecurity.crypto</groupId>
<artifactId>phe</artifactId>
<version>0.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.crypto/phe/
implementation 'com.virgilsecurity.crypto:phe:0.15.2'
// https://jarcasting.com/artifacts/com.virgilsecurity.crypto/phe/
implementation ("com.virgilsecurity.crypto:phe:0.15.2")
'com.virgilsecurity.crypto:phe:jar:0.15.2'
<dependency org="com.virgilsecurity.crypto" name="phe" rev="0.15.2">
<artifact name="phe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.crypto', module='phe', version='0.15.2')
)
libraryDependencies += "com.virgilsecurity.crypto" % "phe" % "0.15.2"
[com.virgilsecurity.crypto/phe "0.15.2"]