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