Standard version for Java 8 and greater
This package contains classes that encapsulate the calls to the Signer.
The Signer package is distributed by Bintray.
The recommended way to install it is with Gradle:
repositories {
mavenCentral()
}
dependencies {
implementation("com.lacunasoftware.signer:signer-client:2.9.0")
...
}
Or with Maven:
<dependency>
<groupId>com.lacunasoftware.signer</groupId>
<artifactId>signer-client</artifactId>
<version>2.9.0</version>
<type>pom</type>
</dependency>
Please visit the Signer samples repository for examples on how to use this package.