Files download
File Operation
quarkus-artemis-jms-deployment-3.2.4.jar download
quarkus-artemis-jms-deployment-3.2.4.pom download
quarkus-artemis-jms-deployment-3.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkiverse.artemis</groupId>
  <artifactId>quarkus-artemis-jms-deployment</artifactId>
  <version>3.2.4</version>
</dependency>
Gradle Groovy
implementation 'io.quarkiverse.artemis:quarkus-artemis-jms-deployment:3.2.4'
Gradle Kotlin
implementation("io.quarkiverse.artemis:quarkus-artemis-jms-deployment:3.2.4")
Scala SBT
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-artemis-jms-deployment" % "3.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkiverse.artemis', module='quarkus-artemis-jms-deployment', version='3.2.4')
)
Apache Ivy
<dependency org="io.quarkiverse.artemis" name="quarkus-artemis-jms-deployment" rev="3.2.4" />
Leiningen
[io.quarkiverse.artemis/quarkus-artemis-jms-deployment "3.2.4"]
Apache Buildr
'io.quarkiverse.artemis:quarkus-artemis-jms-deployment:jar:3.2.4'