License |
License |
---|---|
GroupId | GroupIddev.ditsche |
ArtifactId | ArtifactIdmailo |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionMailo - Java Mail Library
This is a client for sending emails from a Spring Boot REST API.
It makes use of Mustache for templating, mjml is supported by default and it's adaptable.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mailo-1.1.3.pom | |
mailo-1.1.3.jar | 39 KB |
mailo-1.1.3-sources.jar | 18 KB |
mailo-1.1.3-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.ditsche/mailo/ -->
<dependency>
<groupId>dev.ditsche</groupId>
<artifactId>mailo</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.ditsche/mailo/
implementation 'dev.ditsche:mailo:1.1.3'
// https://jarcasting.com/artifacts/dev.ditsche/mailo/
implementation ("dev.ditsche:mailo:1.1.3")
'dev.ditsche:mailo:jar:1.1.3'
<dependency org="dev.ditsche" name="mailo" rev="1.1.3">
<artifact name="mailo" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.ditsche', module='mailo', version='1.1.3')
)
libraryDependencies += "dev.ditsche" % "mailo" % "1.1.3"
[dev.ditsche/mailo "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.mail : javax.mail | jar | 1.6.2 |
org.projectlombok : lombok | jar | 1.18.12 |
com.sendinblue : sib-api-v3-sdk | jar | 4.1.1 |
com.wildbit.java : postmark | jar | 1.5.3 |
com.sendgrid : sendgrid-java | jar | 4.6.4 |
com.github.spullara.mustache.java : compiler | jar | 0.9.6 |
org.apache.httpcomponents : httpclient | jar | 4.5.10 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.assertj : assertj-core | jar | 3.16.1 |