Download javamail-3.0-M1.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 3.0-M1 in this page.

License

Open Source License

Build File

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'

Download

Click the following link to download the jar file.

javamail-3.0-M1-sources.jar
javamail-3.0-M1.pom



Related Tutorials