is not current version
Last Version 1.0.1

org.dihedron.crypto:dihedron-crypto 1.0.0

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
Type

Type

jar

Download dihedron-crypto 1.0.0


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