Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
somentelucas edited this page Aug 27, 2018 · 8 revisions

CircleCI Codacy Badge

Welcome to the Moip Java SDK wiki!

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! ☕💛

Installation

Maven

Maven-central

<!-- 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>

Gradle

Maven-central

// https://mvnrepository.com/artifact/br.com.moip/sdk-java
compile group: 'br.com.moip', name: 'sdk-java', version: 'x.y.z'

Other installation methods

https://mvnrepository.com/artifact/br.com.moip/sdk-java

Questions or Suggestions

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.

Clone this wiki locally