# Java SDK

The repository for this SDK can be found [here](https://github.com/ZapSign/zapsign-sdkJava). In that you can see all the necessary code used.

In your project Maven - Java, add the [zapsign dependency](https://mvnrepository.com/artifact/br.com.zapsign/zapsign_sdk) 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:

* [Document Requests](https://docs.zapsign.com.br/english/facilitators/sdks/java-sdk/documents-requests)
* [Signers Requests](https://docs.zapsign.com.br/english/facilitators/sdks/java-sdk/signers-requests)
