s

smallrye-reactive-messaging

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