Jar examples for j:javamail
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is implemented as a Java platform optional package and is also available as part of the Java 2 platform, Enterprise Edition.
You can download jar file javamail 1.2-beta in this page.
Open Source License
You can use the following script to add javamail-1.2-beta.jar to your project.
<dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>javamail</artifactId> <version>1.2-beta</version> </dependency>
compile group: 'org.apache.geronimo.configs', name: 'javamail', version: '1.2-beta'
libraryDependencies += "org.apache.geronimo.configs" % "javamail" % "1.2-beta"
<dependency org="org.apache.geronimo.configs" name="javamail" rev="1.2-beta"/>
@Grapes(@Grab(group='org.apache.geronimo.configs', module='javamail', version='1.2-beta'))
'org.apache.geronimo.configs:javamail:jar:1.2-beta'
Click the following link to download the jar file.
javamail-1.2-beta-sources.jar