| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.elasticemail.app |
| ArtifactId | ArtifactIdwebapiclient |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwebapiclient
Easily send emails with Elastic Email using Web API Java Client
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| webapiclient-1.3.pom | |
| webapiclient-1.3.jar | 113 KB |
| webapiclient-1.3-sources.jar | 54 KB |
| webapiclient-1.3-javadoc.jar | 753 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elasticemail.app/webapiclient/ -->
<dependency>
<groupId>com.elasticemail.app</groupId>
<artifactId>webapiclient</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.elasticemail.app/webapiclient/
implementation 'com.elasticemail.app:webapiclient:1.3'
// https://jarcasting.com/artifacts/com.elasticemail.app/webapiclient/
implementation ("com.elasticemail.app:webapiclient:1.3")
'com.elasticemail.app:webapiclient:jar:1.3'
<dependency org="com.elasticemail.app" name="webapiclient" rev="1.3">
<artifact name="webapiclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elasticemail.app', module='webapiclient', version='1.3')
)
libraryDependencies += "com.elasticemail.app" % "webapiclient" % "1.3"
[com.elasticemail.app/webapiclient "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.8.8 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |