s

smallrye-reactive-messaging-amqp

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