This is a Java wrapper around the MailChimp API. Checkout Example.groovy for a simple demo.
./gradlew -b dev.gradle run
This library can be included as a JitPack dependency, e.g using gradle:
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.micheal-swiggs:mailchimp-java:v0.4.3'
}
./gradlew install