Download mail-1.4.2.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.2 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.2.jar to your project.

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

Download

Click the following link to download the jar file.

mail-1.4.2-javadoc.jar
mail-1.4.2-sources.jar
mail-1.4.2.jar
mail-1.4.2.pom



Related Tutorials