Download smtp-connection-pool-1.2.1.jar file - Jar s

Jar examples for s:smtp-connection-pool

Description

SMTP Connection Pool which uses JavaMail and Apache Common Pool

You can download jar file smtp-connection-pool 1.2.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add smtp-connection-pool-1.2.1.jar to your project.

<dependency>
   <groupId>com.github.nithril</groupId>
   <artifactId>smtp-connection-pool</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.github.nithril', name: 'smtp-connection-pool', version: '1.2.1'
libraryDependencies += "com.github.nithril" % "smtp-connection-pool" % "1.2.1"
<dependency org="com.github.nithril" name="smtp-connection-pool" rev="1.2.1"/>
@Grapes(@Grab(group='com.github.nithril', module='smtp-connection-pool', version='1.2.1'))
'com.github.nithril:smtp-connection-pool:jar:1.2.1'

Download

Click the following link to download the jar file.

smtp-connection-pool-1.2.1-javadoc.jar
smtp-connection-pool-1.2.1-sources.jar
smtp-connection-pool-1.2.1.jar
smtp-connection-pool-1.2.1.pom



Related Tutorials