Last Version

email-service 1.0.1

Provides a simple interface to generate and send email messages. Allows emails to be templatized.

License

License

GroupId

GroupId

io.github.bigbang360
ArtifactId

ArtifactId

email-service
Version

Version

1.0.1
Type

Type

jar
Description

Description

email-service
Provides a simple interface to generate and send email messages. Allows emails to be templatized.
Source Code Management

Source Code Management

https://github.com/bigbang360/email-service/tree/main

Download email-service 1.0.1


<!-- https://jarcasting.com/artifacts/io.github.bigbang360/email-service/ -->
<dependency>
    <groupId>io.github.bigbang360</groupId>
    <artifactId>email-service</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bigbang360/email-service/
implementation 'io.github.bigbang360:email-service:1.0.1'
// https://jarcasting.com/artifacts/io.github.bigbang360/email-service/
implementation ("io.github.bigbang360:email-service:1.0.1")
'io.github.bigbang360:email-service:jar:1.0.1'
<dependency org="io.github.bigbang360" name="email-service" rev="1.0.1">
  <artifact name="email-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bigbang360', module='email-service', version='1.0.1')
)
libraryDependencies += "io.github.bigbang360" % "email-service" % "1.0.1"
[io.github.bigbang360/email-service "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-thymeleaf jar 2.7.0
org.projectlombok : lombok Optional jar 1.18.24
javax.mail : mail jar 1.4.7

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.7.0

Project Modules

There are no modules declared in this project.