License |
License |
---|---|
GroupId | GroupIdorg.sevensource.commons |
ArtifactId | ArtifactIdhtml-email-service |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionLibrary 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
html-email-service-0.4.0.pom | |
html-email-service-0.4.0.jar | 16 KB |
html-email-service-0.4.0-sources.jar | 9 KB |
html-email-service-0.4.0-javadoc.jar | 87 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.7 |