is not current version
Last Version 0.6.3

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

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.3.1
Type

Type

jar

Download spring-boot-email-core 0.3.1


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