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