| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.james.examples |
| ArtifactId | ArtifactIdcustom-smtp-command |
| Last Version | Last Version3.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache James :: Examples :: Custom SMTP Command
Example of how to extend James existing SMTP implementation by adding your own commands
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.james : james-server-protocols-smtp | jar | 3.7.0 |