is not current version
Last Version 4.0.0.RC1

io.smallrye.reactive:smallrye-reactive-messaging 3.1.0

An implementation of the MicroProfile Reactive Streams Messaging specification

Categories

Categories

React User Interface Web Frameworks Messaging Application Layer Libs
GroupId

GroupId

io.smallrye.reactive
ArtifactId

ArtifactId

smallrye-reactive-messaging
Version

Version

3.1.0
Type

Type

pom

Download smallrye-reactive-messaging 3.1.0


<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/ -->
<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-reactive-messaging</artifactId>
    <version>3.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging:3.1.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging:3.1.0")
'io.smallrye.reactive:smallrye-reactive-messaging:pom:3.1.0'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging" rev="3.1.0">
  <artifact name="smallrye-reactive-messaging" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='3.1.0')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging" % "3.1.0"
[io.smallrye.reactive/smallrye-reactive-messaging "3.1.0"]