is not current version
Last Version 2.0.2

org.simplejavamail:smtp-connection-pool 2.0.0

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

2.0.0
Type

Type

jar

Download smtp-connection-pool 2.0.0


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