<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-all</artifactId> <version>6.1.4</version> </dependency>
implementation 'org.apache.activemq:activemq-all:6.1.4'
implementation("org.apache.activemq:activemq-all:6.1.4")
libraryDependencies += "org.apache.activemq" % "activemq-all" % "6.1.4"
@Grapes( @Grab(group='org.apache.activemq', module='activemq-all', version='6.1.4') )
<dependency org="org.apache.activemq" name="activemq-all" rev="6.1.4" />
[org.apache.activemq/activemq-all "6.1.4"]
'org.apache.activemq:activemq-all:jar:6.1.4'
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>6.1.4</version> </parent>
compile
|-- jakarta.annotation:jakarta.annotation-api:2.1.1
|-- org.apache.logging.log4j:log4j-api:2.24.1