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