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