<dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-bom</artifactId> <version>2.39.0</version> <type>pom</type> </dependency>
implementation 'org.apache.activemq:artemis-bom:2.39.0'
implementation("org.apache.activemq:artemis-bom:2.39.0")
libraryDependencies += "org.apache.activemq" % "artemis-bom" % "2.39.0"
@Grapes( @Grab(group='org.apache.activemq', module='artemis-bom', version='2.39.0') )
<dependency org="org.apache.activemq" name="artemis-bom" rev="2.39.0" />
[org.apache.activemq/artemis-bom "2.39.0"]
'org.apache.activemq:artemis-bom:jar:2.39.0'
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-project</artifactId> <version>2.39.0</version> </parent>