<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-queue-api</artifactId>
<version>3.2.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='james-server-queue-api', version='3.2.0')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>james-server</artifactId> <version>3.2.0</version> </parent>
compile
|-- ${james.groupId}:apache-mailet-api
|-- ${james.groupId}:james-server-lifecycle-api
test
|-- ${james.groupId}:apache-mailet-base
|-- ${james.groupId}:james-server-core
|-- ${james.groupId}:james-server-testing
|-- ${james.groupId}:javax-mail-extension
|-- ${james.groupId}:metrics-api
|-- org.junit.jupiter:junit-jupiter-engine