Skip to content

LacunaSoftware/SignerJavaClient

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages