Last Version

SpringBootEmail 0.1.0

Utilities to deal with emails in Spring Boot using Freemarker templating

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.robertotru
ArtifactId

ArtifactId

spring-boot-email-tools
Version

Version

0.1.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.1.0


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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-mail jar 1.3.2.RELEASE
org.springframework.boot : spring-boot-starter-freemarker jar 1.3.2.RELEASE
org.apache.tika : tika-core jar 1.10
org.hibernate : hibernate-validator jar 5.2.2.Final
org.zalando : problem-spring-web jar 0.4.0
com.google.guava : guava jar 19.0

provided (1)

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

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.3.2.RELEASE
org.powermock : powermock-api-mockito jar 1.6.3
it.ozimov : java8-hamcrest-matchers jar 0.3.0

Project Modules

There are no modules declared in this project.