<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-maven-plugin</artifactId>
<version>2.33.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-maven-plugin', version='2.33.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.33.0</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.3.3
|-- org.apache.maven:maven-artifact:3.8.5
|-- org.apache.maven:maven-project:2.2.1
|-- org.apache.maven.resolver:maven-resolver-api:1.9.6
|-- org.apache.activemq:artemis-boot
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-cli
provided