File | Operation |
---|---|
apache-artemis-2.31.0.pom | download |
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apache-artemis</artifactId>
<version>2.31.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='apache-artemis', version='2.31.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.31.0</version> </parent>
compile
|-- org.apache.activemq:artemis-boot
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-cli
|-- org.apache.activemq:artemis-jms-server
|-- org.apache.activemq:artemis-jms-client
|-- org.apache.activemq:artemis-ra
|-- org.apache.activemq:artemis-web
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-amqp-protocol
|-- org.apache.activemq:artemis-stomp-protocol
|-- org.apache.activemq:artemis-openwire-protocol
|-- org.apache.activemq:artemis-hornetq-protocol
|-- org.apache.activemq:artemis-mqtt-protocol
|-- org.apache.activemq:activemq-artemis-native
|-- org.apache.activemq:artemis-jdbc-store
|-- org.apache.activemq:activemq-openwire-legacy
|-- org.apache.activemq:artemis-console
|-- org.apache.activemq:activemq-branding
|-- org.apache.activemq:artemis-plugin
|-- org.apache.activemq:artemis-quorum-api
|-- org.apache.activemq:artemis-quorum-ri
|-- jakarta.security.auth.message:jakarta.security.auth.message-api
runtime