Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 878 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 878 Bytes

Signer package for Java

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>

Samples

Please visit the Signer samples repository for examples on how to use this package.