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

org.jodd:jodd-mail 5.0.2

Jodd Mail is a little tool for sending and receiving emails.

Группа

Группа

org.jodd
Идентификатор

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

jodd-mail
Версия

Версия

5.0.2
Тип

Тип

jar

Скачать jodd-mail 5.0.2


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