Download mail-1.3.3_01.jar file - Jar m

Jar examples for m:mail

Description

The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.

You can download jar file mail 1.3.3_01 in this page.

License

Common Development and Distribution License (CDDL) v1.0

Build File

You can use the following script to add mail-1.3.3_01.jar to your project.

<dependency>
   <groupId>javax.mail</groupId>
   <artifactId>mail</artifactId>
   <version>1.3.3_01</version>
</dependency>
compile group: 'javax.mail', name: 'mail', version: '1.3.3_01'
libraryDependencies += "javax.mail" % "mail" % "1.3.3_01"
<dependency org="javax.mail" name="mail" rev="1.3.3_01"/>
@Grapes(@Grab(group='javax.mail', module='mail', version='1.3.3_01'))
'javax.mail:mail:jar:1.3.3_01'

Download

Click the following link to download the jar file.

mail-1.3.3_01.pom



Related Tutorials