Jar examples for j:javamail
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.
Open Source License
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'
Click the following link to download the jar file.
javamail-1.3.2.pom