<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-stomp-protocol</artifactId>
<version>2.23.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-stomp-protocol', version='2.23.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-protocols</artifactId> <version>2.23.0</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-journal
provided