grapesjs-mjml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>grapesjs-mjml</artifactId> <version>1.0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>grapesjs-mjml</artifactId> <version>1.0.5</version> <name>grapesjs-mjml</name> <description>MJML Componenets integration in GrapesJS</description> <url>https://github.com/GrapesJS/mjml#readme</url> <organization> <name>Artur Arseniev</name> <url>https://github.com/GrapesJS/mjml#readme</url> </organization> <licenses> <license> <name>BSD-3-Clause</name> </license> </licenses> <developers> <developer> <name>artf</name> <email>artur.catch@hotmail.it</email> </developer> </developers> <scm> <connection>https://github.com/GrapesJS/mjml.git</connection> <developerConnection>https://github.com/GrapesJS/mjml.git</developerConnection> <url>https://github.com/GrapesJS/mjml</url> </scm> <issueManagement> <url>https://github.com/GrapesJS/mjml/issues</url> </issueManagement> <properties> <org.mvnpm-mjml-browser.version>[4.13.0,5)</org.mvnpm-mjml-browser.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>mjml-browser</artifactId> <version>${org.mvnpm-mjml-browser.version}</version> </dependency> </dependencies> </project>