s

smallrye-reactive-messaging

An implementation of the MicroProfile Reactive Streams Messaging specification
http://smallrye.io
Apache License, Version 2.0
SmallRye
Clement Escoffier
Files download
File Operation
smallrye-reactive-messaging-1.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-reactive-messaging</artifactId>
  <version>1.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-reactive-messaging:1.0.8'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-reactive-messaging:1.0.8")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='1.0.8')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging" rev="1.0.8" />
Leiningen
[io.smallrye.reactive/smallrye-reactive-messaging "1.0.8"]
Apache Buildr
'io.smallrye.reactive:smallrye-reactive-messaging:jar:1.0.8'