MVN

net.mailjimp : mailjimp-parent

Maven & Gradle

Dec 13, 2011
2 stars

MailChimp Java API - Meta Project · A Java library that wraps around the MailChimp web-based API.

<dependency>
    <groupId>net.mailjimp</groupId>
    <artifactId>mailjimp-parent</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.mailjimp : mailjimp-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of net.mailjimp : mailjimp-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
mailjimp-parent-0.3
0.2
mailjimp-parent-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.mailjimp</groupId>
    <artifactId>mailjimp-parent</artifactId>
    <version>0.3</version>
</dependency>

Advertisement