<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-queue-api</artifactId>
<version>3.8.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='james-server-queue-api', version='3.8.1')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>james-server</artifactId> <version>3.8.1</version> </parent>
compile
|-- ${james.groupId}:apache-mailet-api
|-- ${james.groupId}:james-server-lifecycle-api
|-- io.projectreactor:reactor-core
|-- org.threeten:threeten-extra
test
|-- ${james.groupId}:james-server-testing
|-- ${james.groupId}:metrics-api
|-- ${james.groupId}:metrics-tests