is not current version
Last Version 6.0.5

org.jodd:jodd-mail 4.3.1

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

GroupId

GroupId

org.jodd
ArtifactId

ArtifactId

jodd-mail
Version

Version

4.3.1
Type

Type

pom

Download jodd-mail 4.3.1


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