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 from Maven, e.g using gradle:
dependencies {
compile 'com.github.micheal-swiggs:mailchimp-java:0.5.2'
}
./gradlew install