s

signer-client

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