Download javax.mail-1.6.0-rc1.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.6.0-rc1 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

javax.mail-1.6.0-rc1-javadoc.jar
javax.mail-1.6.0-rc1-sources.jar
javax.mail-1.6.0-rc1.jar
javax.mail-1.6.0-rc1.pom



Related Tutorials