Categories |
CategoriesReact User Interface Web Frameworks Messaging Application Layer Libs |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-reactive-messaging-rabbitmq |
Version | Version3.11.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-rabbitmq/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-rabbitmq</artifactId>
<version>3.11.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-rabbitmq/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging-rabbitmq:3.11.0.RC1'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-rabbitmq/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging-rabbitmq:3.11.0.RC1")
'io.smallrye.reactive:smallrye-reactive-messaging-rabbitmq:jar:3.11.0.RC1'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-rabbitmq" rev="3.11.0.RC1">
<artifact name="smallrye-reactive-messaging-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-rabbitmq', version='3.11.0.RC1')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-rabbitmq" % "3.11.0.RC1"
[io.smallrye.reactive/smallrye-reactive-messaging-rabbitmq "3.11.0.RC1"]