<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-spamassassin</artifactId>
<version>3.8.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-james-spamassassin', version='3.8.1')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>third-party</artifactId> <version>3.8.1</version> </parent>
compile
|-- ${james.groupId}:apache-mailet-base
|-- ${james.groupId}:james-server-guice-configuration
provided
|-- ${james.groupId}:apache-james-mailbox-store
|-- ${james.groupId}:apache-mailet-api
|-- ${james.groupId}:james-core
|-- ${james.groupId}:james-server-data-api
|-- ${james.groupId}:james-server-protocols-smtp
|-- ${james.groupId}:metrics-api
|-- com.github.fge:throwing-lambdas
|-- org.apache.commons:commons-lang3
test
|-- ${james.groupId}:apache-james-mailbox-api
|-- ${james.groupId}:apache-james-mailbox-memory
|-- ${james.groupId}:apache-james-mailbox-memory
|-- ${james.groupId}:event-bus-api
|-- ${james.groupId}:event-bus-in-vm
|-- ${james.groupId}:james-server-data-memory
|-- ${james.groupId}:james-server-guice-common
|-- ${james.groupId}:james-server-mailets-integration-testing
|-- ${james.groupId}:james-server-testing
|-- ${james.groupId}:metrics-tests
|-- ${james.groupId}:testing-base