<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-memory</artifactId>
<version>3.5.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-james-mailbox-memory', version='3.5.0')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>apache-james-mailbox</artifactId> <version>3.5.0</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}:metrics-tests