Java MJML Client

This is a client for sending mjml emails from a Spring Boot REST API. It makes use of Mustache for templating and is adaptable.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

dev.ditsche
ArtifactId

ArtifactId

mjml-client
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java MJML Client
This is a client for sending mjml emails from a Spring Boot REST API. It makes use of Mustache for templating and is adaptable.
Project URL

Project URL

https://github.com/ditschedev/mjml-client
Source Code Management

Source Code Management

https://github.com/ditschedev/mjml-client

Download mjml-client

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
com.sun.mail : javax.mail jar 1.6.2
org.projectlombok : lombok jar 1.18.12
com.sendgrid : sendgrid-java jar 4.6.4
com.sendinblue : sib-api-v3-sdk jar 4.1.1
com.wildbit.java : postmark jar 1.5.3
com.github.spullara.mustache.java : compiler jar 0.9.6
com.konghq : unirest-java jar 3.7.02
com.konghq : unirest-objectmapper-jackson jar 3.7.02

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1