Download commons-email-1.3.3.jar file - Jar c

Jar examples for c:commons-email

Description

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.

You can download jar file commons-email 1.3.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-email-1.3.3.jar to your project.

<dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-email</artifactId>
   <version>1.3.3</version>
</dependency>
compile group: 'org.apache.commons', name: 'commons-email', version: '1.3.3'
libraryDependencies += "org.apache.commons" % "commons-email" % "1.3.3"
<dependency org="org.apache.commons" name="commons-email" rev="1.3.3"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-email', version='1.3.3'))
'org.apache.commons:commons-email:jar:1.3.3'

Download

Click the following link to download the jar file.

commons-email-1.3.3-javadoc.jar
commons-email-1.3.3-sources.jar
commons-email-1.3.3-test-sources.jar
commons-email-1.3.3-tests.jar
commons-email-1.3.3.jar
commons-email-1.3.3.pom



Related Tutorials