Download mail-1.4.6-rc1.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.4.6-rc1 in this page.

License

Common Development and Distribution License (CDDL) v1.0

Build File

You can use the following script to add mail-1.4.6-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

mail-1.4.6-rc1-javadoc.jar
mail-1.4.6-rc1-sources.jar
mail-1.4.6-rc1.jar
mail-1.4.6-rc1.pom



Related Tutorials