Last Version

SpringBootEmail 0.2.0

Utilities to deal with emails in Spring Boot using Freemarker templating

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

it.ozimov
ArtifactId

ArtifactId

spring-boot-email-tools
Version

Version

0.2.0
Type

Type

jar
Description

Description

SpringBootEmail
Utilities to deal with emails in Spring Boot using Freemarker templating
Project URL

Project URL

https://github.com/robertotru/spring-boot-email-tools
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/robertotru/spring-boot-email-tools

Download spring-boot-email-tools 0.2.0


<!-- https://jarcasting.com/artifacts/it.ozimov/spring-boot-email-tools/ -->
<dependency>
    <groupId>it.ozimov</groupId>
    <artifactId>spring-boot-email-tools</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.ozimov/spring-boot-email-tools/
implementation 'it.ozimov:spring-boot-email-tools:0.2.0'
// https://jarcasting.com/artifacts/it.ozimov/spring-boot-email-tools/
implementation ("it.ozimov:spring-boot-email-tools:0.2.0")
'it.ozimov:spring-boot-email-tools:jar:0.2.0'
<dependency org="it.ozimov" name="spring-boot-email-tools" rev="0.2.0">
  <artifact name="spring-boot-email-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.ozimov', module='spring-boot-email-tools', version='0.2.0')
)
libraryDependencies += "it.ozimov" % "spring-boot-email-tools" % "0.2.0"
[it.ozimov/spring-boot-email-tools "0.2.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-mail jar 1.3.4.RELEASE
org.springframework.boot : spring-boot-starter-freemarker jar 1.3.4.RELEASE
org.apache.tika : tika-core jar 1.12
org.hibernate : hibernate-validator jar 5.2.4.Final
com.google.guava : guava jar 19.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8

test (3)

Group / Artifact Type Version
it.ozimov : guava-hamcrest-matchers jar 0.10.0
it.ozimov : java8-hamcrest-matchers jar 0.10.0
org.springframework.boot : spring-boot-starter-test jar 1.3.4.RELEASE

Project Modules

There are no modules declared in this project.