| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.james.examples |
| Идентификатор | Идентификаторcustom-smtp-command |
| Версия | Версия3.7.0 |
| Тип | Типjar |
| Описание |
ОписаниеApache James :: Examples :: Custom SMTP Command
Example of how to extend James existing SMTP implementation by adding your own commands
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| custom-smtp-command-3.7.0.pom | |
| custom-smtp-command-3.7.0.jar | 14 KB |
| custom-smtp-command-3.7.0-sources.jar | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-command/ -->
<dependency>
<groupId>org.apache.james.examples</groupId>
<artifactId>custom-smtp-command</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-command/
implementation 'org.apache.james.examples:custom-smtp-command:3.7.0'
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-smtp-command/
implementation ("org.apache.james.examples:custom-smtp-command:3.7.0")
'org.apache.james.examples:custom-smtp-command:jar:3.7.0'
<dependency org="org.apache.james.examples" name="custom-smtp-command" rev="3.7.0">
<artifact name="custom-smtp-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james.examples', module='custom-smtp-command', version='3.7.0')
)
libraryDependencies += "org.apache.james.examples" % "custom-smtp-command" % "3.7.0"
[org.apache.james.examples/custom-smtp-command "3.7.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.james : james-server-protocols-smtp | jar | 3.7.0 |