Download javax.mail-1.5.6.jar file - Jar j

Jar examples for j:javax.mail

Description

Java EE Mail API Repackaged as OSGi bundle in GlassFish

You can download jar file javax.mail 1.5.6 in this page.

License

Open Source License

Build File

You can use the following script to add javax.mail-1.5.6.jar to your project.

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

Download

Click the following link to download the jar file.

javax.mail-1.5.6-javadoc.jar
javax.mail-1.5.6-sources.jar
javax.mail-1.5.6.jar
javax.mail-1.5.6.pom



Related Tutorials