MVN

org.apache.james : james-project

Maven & Gradle

Mar 01, 2022

Apache James Project · The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP, IMAP, JMAP and POP3 Mail server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API.

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-project</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.james : james-project to add to Maven - Latest Versions:

  • Latest Stable: 3.7.0
  • Latest Release Candidate: 3.0.0-RC1
  • Latest Beta: 3.0.0-beta5

All Versions

Choose a version of org.apache.james : james-project to add to Maven - All Versions:

Version Vulnerabilities Updated
3.7.x
james-project-3.7.0
2 vulnerabilities
3.6.x
james-project-3.6.2
2 vulnerabilities
james-project-3.6.0
3 vulnerabilities
3.5.x
james-project-3.5.0
3 vulnerabilities
3.4.x
james-project-3.4.0
3 vulnerabilities
3.3.x
james-project-3.3.0
3 vulnerabilities
3.2.x
james-project-3.2.0
3 vulnerabilities
3.1.x
james-project-3.1.0
3 vulnerabilities
3.0.x
james-project-3.0.1
3 vulnerabilities
james-project-3.0.0
4 vulnerabilities
james-project-3.0.0-RC1
4 vulnerabilities
james-project-3.0.0-beta5
4 vulnerabilities
1.8.x
james-project-1.8.2
3 vulnerabilities
james-project-1.8.1
3 vulnerabilities
1.8
james-project-1.8
3 vulnerabilities
1.7
james-project-1.7
3 vulnerabilities
1.6
james-project-1.6
3 vulnerabilities
1.5
james-project-1.5
3 vulnerabilities
1.3
james-project-1.3
3 vulnerabilities
1.2
james-project-1.2
3 vulnerabilities
1.1
james-project-1.1
3 vulnerabilities

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-project</artifactId>
    <version>3.7.0</version>
</dependency>