License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.robertotru |
ArtifactId | ArtifactIdspring-boot-email-tools |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionSpringBootEmail
Utilities to deal with emails in Spring Boot using Freemarker templating
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
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 |