s

smallrye-reactive-messaging-provider

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