Jar examples for c: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.
You can download jar file commons-email 1.3.3 in this page.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
commons-email-1.3.3-javadoc.jar