не последняя версия
Последняя версия 3.1.0

io.github.gpc:asynchronous-mail 3.0.0

The plugin realises asynchronous mail sending. It stores messages in a DB and sends them asynchronously by a quartz job.

Группа

Группа

io.github.gpc
Идентификатор

Идентификатор

asynchronous-mail
Версия

Версия

3.0.0
Тип

Тип

jar

Скачать asynchronous-mail 3.0.0


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