MVN

dev.ditsche : mjml-client

Maven & Gradle

Sep 29, 2020
1 stars

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.

<dependency>
    <groupId>dev.ditsche</groupId>
    <artifactId>mjml-client</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.ditsche : mjml-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of dev.ditsche : mjml-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mjml-client-2.0.0
1.2.x
mjml-client-1.2.3
mjml-client-1.2.2
mjml-client-1.2.1
mjml-client-1.2.0
1.1.x
mjml-client-1.1.1

How to add a dependency to Maven

Add the following dev.ditsche : mjml-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.ditsche</groupId>
    <artifactId>mjml-client</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.ditsche : mjml-client gradle dependency to your build.gradle file:

implementation 'dev.ditsche:mjml-client:2.0.0'

Gradle Kotlin DSL: Add the following dev.ditsche : mjml-client gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.ditsche:mjml-client:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.ditsche : mjml-client sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.ditsche" % "mjml-client" % "2.0.0"

Advertisement