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