| GroupId | GroupIdorg.demoiselle.signer |
|---|---|
| ArtifactId | ArtifactIdcryptography |
| Version | Version3.2.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cryptography-3.2.12.pom | |
| cryptography-3.2.12.jar | 19 KB |
| cryptography-3.2.12-sources.jar | 23 KB |
| cryptography-3.2.12-javadoc.jar | 130 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.demoiselle.signer/cryptography/ -->
<dependency>
<groupId>org.demoiselle.signer</groupId>
<artifactId>cryptography</artifactId>
<version>3.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.demoiselle.signer/cryptography/
implementation 'org.demoiselle.signer:cryptography:3.2.12'
// https://jarcasting.com/artifacts/org.demoiselle.signer/cryptography/
implementation ("org.demoiselle.signer:cryptography:3.2.12")
'org.demoiselle.signer:cryptography:jar:3.2.12'
<dependency org="org.demoiselle.signer" name="cryptography" rev="3.2.12">
<artifact name="cryptography" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.demoiselle.signer', module='cryptography', version='3.2.12')
)
libraryDependencies += "org.demoiselle.signer" % "cryptography" % "3.2.12"
[org.demoiselle.signer/cryptography "3.2.12"]