is not current version
Last Version 0.6.3

it.ozimov:spring-boot-email-core 0.6.0

Utilities to deal with emails in Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

it.ozimov
ArtifactId

ArtifactId

spring-boot-email-core
Version

Version

0.6.0
Type

Type

jar

Download spring-boot-email-core 0.6.0


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