<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-memory</artifactId>
<version>3.3.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-james-mailbox-memory', version='3.3.0')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>apache-james-mailbox</artifactId> <version>3.3.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
|-- ch.qos.logback:logback-classic
|-- nl.jqno.equalsverifier:equalsverifier
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.platform:junit-platform-launcher