MailChimp API wrapper for Java

MailChimp API Wrapper for Java

License

License

GroupId

GroupId

com.ecwid
ArtifactId

ArtifactId

maleorang
Last Version

Last Version

3.0-0.9.6
Release Date

Release Date

Type

Type

jar
Description

Description

MailChimp API wrapper for Java
MailChimp API Wrapper for Java
Project URL

Project URL

https://github.com/Ecwid/maleorang
Source Code Management

Source Code Management

https://github.com/Ecwid/maleorang.git

Download maleorang

How to add to project

<!-- https://jarcasting.com/artifacts/com.ecwid/maleorang/ -->
<dependency>
    <groupId>com.ecwid</groupId>
    <artifactId>maleorang</artifactId>
    <version>3.0-0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecwid/maleorang/
implementation 'com.ecwid:maleorang:3.0-0.9.6'
// https://jarcasting.com/artifacts/com.ecwid/maleorang/
implementation ("com.ecwid:maleorang:3.0-0.9.6")
'com.ecwid:maleorang:jar:3.0-0.9.6'
<dependency org="com.ecwid" name="maleorang" rev="3.0-0.9.6">
  <artifact name="maleorang" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecwid', module='maleorang', version='3.0-0.9.6')
)
libraryDependencies += "com.ecwid" % "maleorang" % "3.0-0.9.6"
[com.ecwid/maleorang "3.0-0.9.6"]

Dependencies

compile (6)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.3
org.jetbrains.kotlin : kotlin-reflect jar 1.0.3
com.google.guava : guava jar 19.0
com.google.code.gson : gson jar 2.7
org.apache.httpcomponents : httpclient jar 4.5.2
joda-time : joda-time jar 2.9.4

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.21

Project Modules

There are no modules declared in this project.

General info

MaleOrang provides access to MailChimp API v3.0 methods from Java code. It is a replacement for ecwid-mailchimp which has now been deprecated.

MaleOrang is written in Kotlin language and can be used with any language which runs on JVM. Refer to the javadoc pages for details.

Supported MailChimp API methods

Currently MaleOrang has wrappers for a limited number of MailChimp API methods, namely:

However, it is easy to extend the API and add support for any method you need (see the samples below).

Code samples

Build tools integration

MaleOrang is accessible from Maven Central so it can be easily integrated with your favorite build tools like Gradle or Maven.

com.ecwid

Ecwid

Versions

Version
3.0-0.9.6
3.0-0.9.5
3.0-0.9.4
3.0-0.9.3
3.0-0.9.2
3.0-0.9.1
3.0-0.9.0