is not current version
Last Version 2.0.0

com.github.nithril:smtp-connection-pool 1.0.1

SMTP Connection Pool which uses JavaMail and Apache Common Pool

GroupId

GroupId

com.github.nithril
ArtifactId

ArtifactId

smtp-connection-pool
Version

Version

1.0.1
Type

Type

jar

Download smtp-connection-pool 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/ -->
<dependency>
    <groupId>com.github.nithril</groupId>
    <artifactId>smtp-connection-pool</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation 'com.github.nithril:smtp-connection-pool:1.0.1'
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation ("com.github.nithril:smtp-connection-pool:1.0.1")
'com.github.nithril:smtp-connection-pool:jar:1.0.1'
<dependency org="com.github.nithril" name="smtp-connection-pool" rev="1.0.1">
  <artifact name="smtp-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nithril', module='smtp-connection-pool', version='1.0.1')
)
libraryDependencies += "com.github.nithril" % "smtp-connection-pool" % "1.0.1"
[com.github.nithril/smtp-connection-pool "1.0.1"]