Last Version

Apache James :: Event Sourcing 3.7.0

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.

License

License

GroupId

GroupId

org.apache.james
ArtifactId

ArtifactId

event-sourcing
Version

Version

3.7.0
Type

Type

jar
Description

Description

Apache James :: Event Sourcing
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.
Project Organization

Project Organization

The Apache Software Foundation

Download event-sourcing 3.7.0


<!-- https://jarcasting.com/artifacts/org.apache.james/event-sourcing/ -->
<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>event-sourcing</artifactId>
    <version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/event-sourcing/
implementation 'org.apache.james:event-sourcing:3.7.0'
// https://jarcasting.com/artifacts/org.apache.james/event-sourcing/
implementation ("org.apache.james:event-sourcing:3.7.0")
'org.apache.james:event-sourcing:jar:3.7.0'
<dependency org="org.apache.james" name="event-sourcing" rev="3.7.0">
  <artifact name="event-sourcing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='event-sourcing', version='3.7.0')
)
libraryDependencies += "org.apache.james" % "event-sourcing" % "3.7.0"
[org.apache.james/event-sourcing "3.7.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • event-sourcing-core
  • event-sourcing-pojo
  • event-store-api
  • event-store-cassandra
  • event-store-memory