Skip to content

cheino/mailchimp-java

 
 

Repository files navigation

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 as a JitPack dependency, e.g using gradle:

repositories {
    maven { url "https://jitpack.io" }
}

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Groovy 0.6%