is not current version
Last Version 0.4.0

org.sevensource.commons:html-email-service 0.3.1

Library for creating and sending HTML email with Spring. Contains functionality to transform text to html, as well as html to text.

GroupId

GroupId

org.sevensource.commons
ArtifactId

ArtifactId

html-email-service
Version

Version

0.3.1
Type

Type

jar

Download html-email-service 0.3.1


<!-- https://jarcasting.com/artifacts/org.sevensource.commons/html-email-service/ -->
<dependency>
    <groupId>org.sevensource.commons</groupId>
    <artifactId>html-email-service</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sevensource.commons/html-email-service/
implementation 'org.sevensource.commons:html-email-service:0.3.1'
// https://jarcasting.com/artifacts/org.sevensource.commons/html-email-service/
implementation ("org.sevensource.commons:html-email-service:0.3.1")
'org.sevensource.commons:html-email-service:jar:0.3.1'
<dependency org="org.sevensource.commons" name="html-email-service" rev="0.3.1">
  <artifact name="html-email-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sevensource.commons', module='html-email-service', version='0.3.1')
)
libraryDependencies += "org.sevensource.commons" % "html-email-service" % "0.3.1"
[org.sevensource.commons/html-email-service "0.3.1"]