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

com.github.jurajburian:mailer_2.12 1.2.2

Thin wrapper of JavaMail library written in Scala language. Mailer is aim to be used in situations when is necessary send multiple mails, e.t. instance of javax.mail.Session is created and used by Mailer.

Группа

Группа

com.github.jurajburian
Идентификатор

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

mailer_2.12
Версия

Версия

1.2.2
Тип

Тип

jar

Скачать mailer_2.12 1.2.2


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