License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-email |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-email-1.5.pom | |
commons-email-1.5.jar | 47 KB |
commons-email-1.5-tests.jar | 240 KB |
commons-email-1.5-test-sources.jar | 232 KB |
commons-email-1.5-src.zip | 349 KB |
commons-email-1.5-src.tar.gz | 275 KB |
commons-email-1.5-sources.jar | 53 KB |
commons-email-1.5-javadoc.jar | 172 KB |
commons-email-1.5-bin.zip | 889 KB |
commons-email-1.5-bin.tar.gz | 804 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.mail : javax.mail | jar | 1.5.6 |
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 |