This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
somentelucas edited this page Aug 27, 2018
·
8 revisions
The Moip Java SDK is a simple and fast way to integrate your application with Moip API. Here, you will find some usage examples and tips to make your integration easy like sunday morning 🎵. So, Java lovers (or not) thats for you! ☕💛
<!-- https://mvnrepository.com/artifact/br.com.moip/sdk-java -->
<dependency>
<groupId>br.com.moip</groupId>
<artifactId>sdk-java</artifactId>
<version>x.y.z</version>
</dependency>
// https://mvnrepository.com/artifact/br.com.moip/sdk-java
compile group: 'br.com.moip', name: 'sdk-java', version: 'x.y.z'
https://mvnrepository.com/artifact/br.com.moip/sdk-java
If you have any questions regarding the usage of this SDK or any suggestion to make, please e-mail us at integracao@moip.com.br or join us on Slack.