s

signer-client

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