is not current version
Last Version 1.5

org.apache.commons:commons-email 1.4

Apache Commons Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-email
Version

Version

1.4
Type

Type

jar

Download commons-email 1.4


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