Download ant-javamail-1.8.2.jar file - Jar a

Jar examples for a:ant-javamail

Description

implementation of the mail task based on javamail. Required to send emails to SMTP servers using user/password combinations or to send mail over SSL

You can download jar file ant-javamail 1.8.2 in this page.

License

Apache License

Build File

You can use the following script to add ant-javamail-1.8.2.jar to your project.

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

Download

Click the following link to download the jar file.

ant-javamail-1.8.2.jar
ant-javamail-1.8.2.pom



Related Tutorials