Last Version

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

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

License

License

GroupId

GroupId

org.sevensource.commons
ArtifactId

ArtifactId

html-email-service
Version

Version

0.4.0
Type

Type

jar
Description

Description

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

Project URL

http://www.sevensource.org/
Project Organization

Project Organization

SevenSource
Source Code Management

Source Code Management

http://github.com/sevensource/html-email-service

Download html-email-service 0.4.0


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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework : spring-context-support jar 4.0.6.RELEASE
javax.enterprise : cdi-api jar 1.2
org.thymeleaf : thymeleaf jar 2.1.3.RELEASE
org.thymeleaf : thymeleaf-spring4 jar 2.1.3.RELEASE
net.htmlparser.jericho : jericho-html jar 3.3
org.apache.commons : commons-lang3 jar 3.3.2
joda-time : joda-time jar 2.3
org.slf4j : slf4j-api jar 1.7.7

provided (1)

Group / Artifact Type Version
javax.mail : mail jar 1.4.7

Project Modules

There are no modules declared in this project.