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