License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.57blocks |
ArtifactId | ArtifactIdemail-spring-boot-starter |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionemail-spring-boot-starter
Email service based on spring-boot and provide an easy way to integrate spring-mail or aws ses.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.57blocks/email-spring-boot-starter/ -->
<dependency>
<groupId>io.57blocks</groupId>
<artifactId>email-spring-boot-starter</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.57blocks/email-spring-boot-starter/
implementation 'io.57blocks:email-spring-boot-starter:0.2.0'
// https://jarcasting.com/artifacts/io.57blocks/email-spring-boot-starter/
implementation ("io.57blocks:email-spring-boot-starter:0.2.0")
'io.57blocks:email-spring-boot-starter:jar:0.2.0'
<dependency org="io.57blocks" name="email-spring-boot-starter" rev="0.2.0">
<artifact name="email-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.57blocks', module='email-spring-boot-starter', version='0.2.0')
)
libraryDependencies += "io.57blocks" % "email-spring-boot-starter" % "0.2.0"
[io.57blocks/email-spring-boot-starter "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-mail | jar | |
org.thymeleaf : thymeleaf-spring5 | jar | 3.0.11.RELEASE |
org.thymeleaf.extras : thymeleaf-extras-java8time | jar | 3.0.2.RELEASE |
org.projectlombok : lombok Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |