s

signer-client

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