Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 365 Bytes

This is a Java wrapper around the MailChimp API. Checkout Example.groovy for a simple demo.

Running the Demo
./gradlew -b dev.gradle run

Maven / Gradle

This library can be included from Maven, e.g using gradle:

dependencies {
    compile 'com.github.micheal-swiggs:mailchimp-java:0.5.2'
}
Installing
./gradlew install