s

smallrye-reactive-messaging-amqp

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