<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jakarta-server</artifactId>
<version>2.20.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-jakarta-server', version='2.20.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.20.0</version> </parent>
compile
|-- com.google.errorprone:error_prone_core
|-- org.jboss.logging:jboss-logging
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-jakarta-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-journal
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-jakarta-service-extensions
|-- jakarta.jms:jakarta.jms-api:3.0.0
|-- jakarta.transaction:jakarta.transaction-api:2.0.0
provided