<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-memory</artifactId>
<version>3.7.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-james-mailbox-memory', version='3.7.1')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>apache-james-mailbox</artifactId> <version>3.7.1</version> </parent>
compile
|-- ${james.groupId}:apache-james-mailbox-api
|-- ${james.groupId}:apache-james-mailbox-store
|-- ${james.groupId}:james-server-util
test
|-- ${james.groupId}:apache-james-mailbox-api
|-- ${james.groupId}:apache-james-mailbox-store
|-- ${james.groupId}:apache-james-mailbox-tools-quota-recompute
|-- ${james.groupId}:apache-james-mailbox-tools-quota-recompute
|-- ${james.groupId}:event-bus-api
|-- ${james.groupId}:james-server-data-memory
|-- ${james.groupId}:metrics-tests