Jar examples for m:mail
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.
Common Development and Distribution License (CDDL) v1.0
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'
Click the following link to download the jar file.
mail-1.5.0-b01-javadoc.jar