Download javamail-1.3.2.jar file - Jar j

Jar examples for j:javamail

Description

The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is implemented as a Java platform optional package and is also available as part of the Java 2 platform, Enterprise Edition.

You can download jar file javamail 1.3.2 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

javamail-1.3.2.pom



Related Tutorials