Download smtp-1.5.5.jar file - Jar s

Jar examples for s:smtp

Description

Gateway that exposes notifications via SMTP protocol

You can download jar file smtp 1.5.5 in this page.

License

Open Source License

Build File

You can use the following script to add smtp-1.5.5.jar to your project.

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

Download

Click the following link to download the jar file.

smtp-1.5.5-javadoc.jar
smtp-1.5.5-sources.jar
smtp-1.5.5.jar
smtp-1.5.5.pom



Related Tutorials