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 3.0-M1 in this page.
Open Source License
You can use the following script to add javamail-3.0-M1.jar to your project.
<dependency> <groupId>org.apache.geronimo.plugins</groupId> <artifactId>javamail</artifactId> <version>3.0-M1</version> </dependency>
compile group: 'org.apache.geronimo.plugins', name: 'javamail', version: '3.0-M1'
libraryDependencies += "org.apache.geronimo.plugins" % "javamail" % "3.0-M1"
<dependency org="org.apache.geronimo.plugins" name="javamail" rev="3.0-M1"/>
@Grapes(@Grab(group='org.apache.geronimo.plugins', module='javamail', version='3.0-M1'))
'org.apache.geronimo.plugins:javamail:jar:3.0-M1'
Click the following link to download the jar file.
javamail-3.0-M1-sources.jar