<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-camel-jms-with-named-and-external</artifactId>
<version>3.1.2</version>
</dependency>
implementation 'io.quarkiverse.artemis:quarkus-integration-test-artemis-camel-jms-with-named-and-external:3.1.2'
implementation("io.quarkiverse.artemis:quarkus-integration-test-artemis-camel-jms-with-named-and-external:3.1.2")
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-integration-test-artemis-camel-jms-with-named-and-external" % "3.1.2"
@Grapes(
@Grab(group='io.quarkiverse.artemis', module='quarkus-integration-test-artemis-camel-jms-with-named-and-external', version='3.1.2')
)
<dependency org="io.quarkiverse.artemis" name="quarkus-integration-test-artemis-camel-jms-with-named-and-external" rev="3.1.2" />
[io.quarkiverse.artemis/quarkus-integration-test-artemis-camel-jms-with-named-and-external "3.1.2"]