is not current version
Last Version 1.5

org.apache.commons:commons-email 1.2

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.2
Type

Type

jar

Download commons-email 1.2


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