License |
License |
---|---|
GroupId | GroupIdcom.github.nithril |
ArtifactId | ArtifactIdsmtp-connection-pool |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionSMTP Connection Pool
SMTP Connection Pool which uses JavaMail and Apache Common Pool
|
Project URL |
Project URL |
Filename | Size |
---|---|
smtp-connection-pool-1.4.0.pom | |
smtp-connection-pool-1.4.0.jar | 24 KB |
smtp-connection-pool-1.4.0-sources.jar | 12 KB |
smtp-connection-pool-1.4.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/ -->
<dependency>
<groupId>com.github.nithril</groupId>
<artifactId>smtp-connection-pool</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation 'com.github.nithril:smtp-connection-pool:1.4.0'
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation ("com.github.nithril:smtp-connection-pool:1.4.0")
'com.github.nithril:smtp-connection-pool:jar:1.4.0'
<dependency org="com.github.nithril" name="smtp-connection-pool" rev="1.4.0">
<artifact name="smtp-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nithril', module='smtp-connection-pool', version='1.4.0')
)
libraryDependencies += "com.github.nithril" % "smtp-connection-pool" % "1.4.0"
[com.github.nithril/smtp-connection-pool "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.mail : jakarta.mail | jar | 1.6.4 |
org.apache.commons : commons-pool2 | jar | 2.7.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
junit : junit | jar | 4.12 |
org.springframework : spring-context-support | jar | 4.1.6.RELEASE |
commons-collections : commons-collections | jar | 3.2.2 |
com.icegreen : greenmail | jar | 1.5.7 |
com.google.guava : guava | jar | 20.0 |