<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
<version>3.7.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-james-mailbox-api', version='3.7.2')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>apache-james-mailbox</artifactId> <version>3.7.2</version> </parent>
compile
|-- ${james.groupId}:event-bus-api
|-- ${james.groupId}:james-core
|-- ${james.groupId}:james-server-task-api
|-- com.github.fge:throwing-lambdas
|-- io.projectreactor:reactor-core
|-- org.apache.commons:commons-lang3
|-- org.apache.commons:commons-text
|-- org.apache.james:apache-mime4j-dom
test
|-- ${james.groupId}:james-server-task-memory
|-- ${james.groupId}:metrics-tests
|-- ${james.groupId}:testing-base