s

signer-client

Classes to consume Lacuna Software Signer
https://github.com/LacunaSoftware/SignerJavaClient
Unlicense
Ismael Medeiros
Files download
File Operation
signer-client-2.6.0.jar download
signer-client-2.6.0.pom download
signer-client-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lacunasoftware.signer</groupId>
  <artifactId>signer-client</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.lacunasoftware.signer:signer-client:2.6.0'
Gradle Kotlin
implementation("com.lacunasoftware.signer:signer-client:2.6.0")
Scala SBT
libraryDependencies += "com.lacunasoftware.signer" % "signer-client" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lacunasoftware.signer', module='signer-client', version='2.6.0')
)
Apache Ivy
<dependency org="com.lacunasoftware.signer" name="signer-client" rev="2.6.0" />
Leiningen
[com.lacunasoftware.signer/signer-client "2.6.0"]
Apache Buildr
'com.lacunasoftware.signer:signer-client:jar:2.6.0'