| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nithril |
| Идентификатор | Идентификаторsmtp-connection-pool |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSMTP Connection Pool
SMTP Connection Pool which uses JavaMail and Apache Common Pool
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| smtp-connection-pool-2.0.0.pom | |
| smtp-connection-pool-2.0.0.jar | 24 KB |
| smtp-connection-pool-2.0.0-sources.jar | 12 KB |
| smtp-connection-pool-2.0.0-javadoc.jar | 117 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/ -->
<dependency>
<groupId>com.github.nithril</groupId>
<artifactId>smtp-connection-pool</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation 'com.github.nithril:smtp-connection-pool:2.0.0'
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation ("com.github.nithril:smtp-connection-pool:2.0.0")
'com.github.nithril:smtp-connection-pool:jar:2.0.0'
<dependency org="com.github.nithril" name="smtp-connection-pool" rev="2.0.0">
<artifact name="smtp-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nithril', module='smtp-connection-pool', version='2.0.0')
)
libraryDependencies += "com.github.nithril" % "smtp-connection-pool" % "2.0.0"
[com.github.nithril/smtp-connection-pool "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.mail : jakarta.mail | jar | 2.0.1 |
| org.apache.commons : commons-pool2 | jar | 2.11.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| junit : junit | jar | 4.13.1 |
| com.icegreen : greenmail | jar | 2.0.0-alpha-1 |
| com.google.guava : guava | jar | 20.0 |