is not current version
Last Version 2.0.2

org.simplejavamail:smtp-connection-pool 1.0.9

Lightweight SMTP connection pool with clustering support, wait/release mechanism, connection lifecycle management, eager/lazy loading pool with auto-expiry policy support

GroupId

GroupId

org.simplejavamail
ArtifactId

ArtifactId

smtp-connection-pool
Version

Version

1.0.9
Type

Type

jar

Download smtp-connection-pool 1.0.9


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