is not current version
Last Version 1.0.1

org.dihedron.crypto:dihedron-crypto 1.0.0.RC1

Set of classes to support cryptography, including smart card detection, encryption, decryption and signing.

GroupId

GroupId

org.dihedron.crypto
ArtifactId

ArtifactId

dihedron-crypto
Version

Version

1.0.0.RC1
Type

Type

jar

Download dihedron-crypto 1.0.0.RC1


<!-- https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/ -->
<dependency>
    <groupId>org.dihedron.crypto</groupId>
    <artifactId>dihedron-crypto</artifactId>
    <version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/
implementation 'org.dihedron.crypto:dihedron-crypto:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/
implementation ("org.dihedron.crypto:dihedron-crypto:1.0.0.RC1")
'org.dihedron.crypto:dihedron-crypto:jar:1.0.0.RC1'
<dependency org="org.dihedron.crypto" name="dihedron-crypto" rev="1.0.0.RC1">
  <artifact name="dihedron-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.crypto', module='dihedron-crypto', version='1.0.0.RC1')
)
libraryDependencies += "org.dihedron.crypto" % "dihedron-crypto" % "1.0.0.RC1"
[org.dihedron.crypto/dihedron-crypto "1.0.0.RC1"]