Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 633 Bytes

ASAAS SDK

This SDK was built by @jpdev01 to facilitate the development of integrations with Asaas

User Guide

Setup and usage is described in our User Guide

Installation

The recommended way to use the AWS SDK for Java in your project is to consume it from Maven Central. (includes all modules present in the API).

<dependency>
    <groupId>io.github.jpdev01</groupId>
    <artifactId>asaassdk</artifactId>
    <version>1.5-SNAPSHOT</version>
</dependency>

The API official documentation can be found here