Download apache-mailet-2.4.jar file - Jar a

Jar examples for a:apache-mailet

Description

The Apache Mailet API is a flexible specification for mail processing agents.

You can download jar file apache-mailet 2.4 in this page.

License

Apache License

Build File

You can use the following script to add apache-mailet-2.4.jar to your project.

<dependency>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-mailet</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'org.apache.james', name: 'apache-mailet', version: '2.4'
libraryDependencies += "org.apache.james" % "apache-mailet" % "2.4"
<dependency org="org.apache.james" name="apache-mailet" rev="2.4"/>
@Grapes(@Grab(group='org.apache.james', module='apache-mailet', version='2.4'))
'org.apache.james:apache-mailet:jar:2.4'

Download

Click the following link to download the jar file.

apache-mailet-2.4.jar
apache-mailet-2.4.pom



Related Tutorials