MVN

es.atrujillo.mjml : mjml-rest-client

Maven & Gradle

Jan 13, 2020
20 stars

Mjml Rest Client · Java library that use the mjml API

<dependency>
    <groupId>es.atrujillo.mjml</groupId>
    <artifactId>mjml-rest-client</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.atrujillo.mjml : mjml-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of es.atrujillo.mjml : mjml-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mjml-rest-client-2.0.1
mjml-rest-client-2.0.0
1.5.x
mjml-rest-client-1.5.1
mjml-rest-client-1.5.0
1.4.x
mjml-rest-client-1.4.6
mjml-rest-client-1.4.5
mjml-rest-client-1.4.4
mjml-rest-client-1.4.3
mjml-rest-client-1.4.2
mjml-rest-client-1.4.1
mjml-rest-client-1.4.0
1.3.x
mjml-rest-client-1.3.0
1.2.x
mjml-rest-client-1.2.2
1.1.x
mjml-rest-client-1.1.3
mjml-rest-client-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>es.atrujillo.mjml</groupId>
    <artifactId>mjml-rest-client</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.atrujillo.mjml : mjml-rest-client gradle dependency to your build.gradle file:

implementation 'es.atrujillo.mjml:mjml-rest-client:2.0.1'

Gradle Kotlin DSL: Add the following es.atrujillo.mjml : mjml-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("es.atrujillo.mjml:mjml-rest-client:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.atrujillo.mjml : mjml-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "es.atrujillo.mjml" % "mjml-rest-client" % "2.0.1"