Download mail-1.5.0-b01.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.5.0-b01 in this page.

License

Common Development and Distribution License (CDDL) v1.0

Build File

You can use the following script to add mail-1.5.0-b01.jar to your project.

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

Download

Click the following link to download the jar file.

mail-1.5.0-b01-javadoc.jar
mail-1.5.0-b01-sources.jar
mail-1.5.0-b01.jar
mail-1.5.0-b01.pom



Related Tutorials