s

signer-cryptography

Demoiselle Signature Cryptography Component
https://www.frameworkdemoiselle.gov.br
Files download
File Operation
signer-cryptography-4.0.0.jar download
signer-cryptography-4.0.0.pom download
signer-cryptography-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.demoiselle.signer</groupId>
  <artifactId>signer-cryptography</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.demoiselle.signer:signer-cryptography:4.0.0'
Gradle Kotlin
implementation("org.demoiselle.signer:signer-cryptography:4.0.0")
Scala SBT
libraryDependencies += "org.demoiselle.signer" % "signer-cryptography" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.demoiselle.signer', module='signer-cryptography', version='4.0.0')
)
Apache Ivy
<dependency org="org.demoiselle.signer" name="signer-cryptography" rev="4.0.0" />
Leiningen
[org.demoiselle.signer/signer-cryptography "4.0.0"]
Apache Buildr
'org.demoiselle.signer:signer-cryptography:jar:4.0.0'