is not current version
Last Version 0.2.0

it.ozimov:spring-boot-email-tools 0.1.1

Utilities to deal with emails in Spring Boot using Freemarker templating

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

it.ozimov
ArtifactId

ArtifactId

spring-boot-email-tools
Version

Version

0.1.1
Type

Type

jar

Download spring-boot-email-tools 0.1.1


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