| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.james.examples |
| ArtifactId | ArtifactIdcustom-mailets |
| Version | Version3.6.0 |
| Type | Typejar |
| Description |
DescriptionApache James :: Examples :: Custom Mailets
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| custom-mailets-3.6.0.pom | |
| custom-mailets-3.6.0.jar | 13 KB |
| custom-mailets-3.6.0-sources.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james.examples/custom-mailets/ -->
<dependency>
<groupId>org.apache.james.examples</groupId>
<artifactId>custom-mailets</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-mailets/
implementation 'org.apache.james.examples:custom-mailets:3.6.0'
// https://jarcasting.com/artifacts/org.apache.james.examples/custom-mailets/
implementation ("org.apache.james.examples:custom-mailets:3.6.0")
'org.apache.james.examples:custom-mailets:jar:3.6.0'
<dependency org="org.apache.james.examples" name="custom-mailets" rev="3.6.0">
<artifact name="custom-mailets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james.examples', module='custom-mailets', version='3.6.0')
)
libraryDependencies += "org.apache.james.examples" % "custom-mailets" % "3.6.0"
[org.apache.james.examples/custom-mailets "3.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.james : apache-mailet-api | jar | 3.6.0 |
| org.apache.james : apache-mailet-base | jar | 3.6.0 |
| org.apache.james : james-server-util | jar | 3.6.0 |