| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.mailjimp |
| ArtifactId | ArtifactIdmailjimp-core |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMailChimp Java API - Core Components
A Java library that wraps around the MailChimp web-based API.
|
| Filename | Size |
|---|---|
| mailjimp-core-0.3.pom | |
| mailjimp-core-0.3.jar | 65 KB |
| mailjimp-core-0.3-sources.jar | 49 KB |
| mailjimp-core-0.3-javadoc.jar | 333 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.mailjimp/mailjimp-core/ -->
<dependency>
<groupId>net.mailjimp</groupId>
<artifactId>mailjimp-core</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.mailjimp/mailjimp-core/
implementation 'net.mailjimp:mailjimp-core:0.3'
// https://jarcasting.com/artifacts/net.mailjimp/mailjimp-core/
implementation ("net.mailjimp:mailjimp-core:0.3")
'net.mailjimp:mailjimp-core:jar:0.3'
<dependency org="net.mailjimp" name="mailjimp-core" rev="0.3">
<artifact name="mailjimp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mailjimp', module='mailjimp-core', version='0.3')
)
libraryDependencies += "net.mailjimp" % "mailjimp-core" % "0.3"
[net.mailjimp/mailjimp-core "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core Optional | jar | 3.0.6.RELEASE |
| org.springframework : spring-context Optional | jar | 3.0.6.RELEASE |
| com.sun.jersey : jersey-client | jar | 1.9.1 |
| com.sun.jersey : jersey-json | jar | 1.9.1 |
| org.codehaus.jackson : jackson-jaxrs | jar | 1.8.5 |
| org.apache.commons : commons-lang3 | jar | 3.0.1 |
| commons-io : commons-io | jar | 2.1 |
| org.slf4j : slf4j-api | jar | 1.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 0.9.30 |
| org.slf4j : jcl-over-slf4j | jar | 1.6.2 |
| org.springframework : spring-test | jar | 3.0.6.RELEASE |
| junit : junit | jar | 4.9 |
| org.hamcrest : hamcrest-all | jar | 1.1 |