Java SDK

An overview of developing apps with Zapsign's Java SDK.

The repository for this SDK can be found here. In that you can see all the necessary code used.

In your project Maven - Java, add the zapsign dependency in .pom:

<!-- https://mvnrepository.com/artifact/br.com.zapsign/zapsign_sdk -->
<dependency>
    <groupId>br.com.zapsign</groupId>
    <artifactId>zapsign_sdk</artifactId>
    <version>1.0-3</version>
</dependency>

Now just update your dependencies and criate your requests.

Requests

The requests made by the SDK are separated into two parts:

Last updated