Mailchimp Java Client

A Mailchimp Java API Client

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.micheal-swiggs
ArtifactId

ArtifactId

mailchimp-java
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Mailchimp Java Client
A Mailchimp Java API Client
Project URL

Project URL

https://github.com/micheal-swiggs/mailchimp-java
Source Code Management

Source Code Management

https://github.com/micheal-swiggs/mailchimp-java

Download mailchimp-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.micheal-swiggs/mailchimp-java/ -->
<dependency>
    <groupId>com.github.micheal-swiggs</groupId>
    <artifactId>mailchimp-java</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.micheal-swiggs/mailchimp-java/
implementation 'com.github.micheal-swiggs:mailchimp-java:1.0.0'
// https://jarcasting.com/artifacts/com.github.micheal-swiggs/mailchimp-java/
implementation ("com.github.micheal-swiggs:mailchimp-java:1.0.0")
'com.github.micheal-swiggs:mailchimp-java:jar:1.0.0'
<dependency org="com.github.micheal-swiggs" name="mailchimp-java" rev="1.0.0">
  <artifact name="mailchimp-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.micheal-swiggs', module='mailchimp-java', version='1.0.0')
)
libraryDependencies += "com.github.micheal-swiggs" % "mailchimp-java" % "1.0.0"
[com.github.micheal-swiggs/mailchimp-java "1.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4
commons-codec : commons-codec jar 1.10
com.fasterxml.jackson.core : jackson-databind jar 2.8.3
io.github.openfeign : feign-core jar 10.1.0
org.apache.commons : commons-io jar 1.3.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
io.github.openfeign : feign-mock jar 10.1.0

Project Modules

There are no modules declared in this project.

This is a Java wrapper around the MailChimp API.

Example code for using the client
MailChimpClient mailChimpClient = MailChimpClient.builder()
  .withApiBase("us1")
  .withBasicAuthentication("abc")
  .build();
List subscriberList = mailChimpClient.getList("123");

Maven / Gradle

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

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

Versions

Version
1.0.0
0.5.4
0.5.2
0.5.1