Last Version

Apache Commons Email 1.5

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.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-email
Version

Version

1.5
Type

Type

jar
Description

Description

Apache Commons Email
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.
Project URL

Project URL

http://commons.apache.org/proper/commons-email/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-email 1.5


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

Dependencies

compile (1)

Group / Artifact Type Version
com.sun.mail : javax.mail jar 1.5.6

test (7)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-jdk14 jar 1.7.7
commons-io : commons-io jar 2.5
org.subethamail : subethasmtp jar 3.1.7
org.powermock : powermock-module-junit4 jar 1.6.5
org.powermock : powermock-api-easymock jar 1.6.5
org.easymock : easymock jar 3.4

Project Modules

There are no modules declared in this project.