| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.james |
| ArtifactId | ArtifactIdapache-mailet |
| Version | Version3.6.2 |
| Type | Typejar |
| Description |
DescriptionApache James :: Mailets parent and aggregator
Apache James Mailets parent and aggregator
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| apache-mailet-3.6.2.pom | 6 KB |
| apache-mailet-3.6.2-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james/apache-mailet/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mailet</artifactId>
<version>3.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/apache-mailet/
implementation 'org.apache.james:apache-mailet:3.6.2'
// https://jarcasting.com/artifacts/org.apache.james/apache-mailet/
implementation ("org.apache.james:apache-mailet:3.6.2")
'org.apache.james:apache-mailet:jar:3.6.2'
<dependency org="org.apache.james" name="apache-mailet" rev="3.6.2">
<artifact name="apache-mailet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-mailet', version='3.6.2')
)
libraryDependencies += "org.apache.james" % "apache-mailet" % "3.6.2"
[org.apache.james/apache-mailet "3.6.2"]