Jar examples for a:ant-javamail
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.
Apache License
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'
Click the following link to download the jar file.
ant-javamail-1.8.2.jar