MVN

io.freefair.gradle : mjml-plugin

Maven & Gradle

Aug 28, 2023
205 stars

MJML processor Gradle plugins · MJML processor Gradle plugins

<dependency>
    <groupId>io.freefair.gradle</groupId>
    <artifactId>mjml-plugin</artifactId>
    <version>8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.freefair.gradle : mjml-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3

All Versions

Choose a version of io.freefair.gradle : mjml-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3
mjml-plugin-8.3

How to add a dependency to Maven

Add the following io.freefair.gradle : mjml-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.freefair.gradle</groupId>
    <artifactId>mjml-plugin</artifactId>
    <version>8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.freefair.gradle : mjml-plugin gradle dependency to your build.gradle file:

implementation 'io.freefair.gradle:mjml-plugin:8.3'

Gradle Kotlin DSL: Add the following io.freefair.gradle : mjml-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.freefair.gradle:mjml-plugin:8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.freefair.gradle : mjml-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.freefair.gradle" % "mjml-plugin" % "8.3"

Advertisement