File | Operation |
---|---|
smallrye-reactive-messaging-2.0.4.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='2.0.4')
)
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-parent</artifactId> <version>18</version> </parent>
compile
|-- io.smallrye.reactive:mutiny:0.5.0
|-- io.smallrye.reactive:smallrye-reactive-converter-api:1.0.13
provided
test
|-- org.jboss.weld.se:weld-se-core
|-- io.smallrye.reactive:mutiny-reactive-streams-operators:0.5.0
|-- io.smallrye.reactive:smallrye-reactive-converter-rxjava2:1.0.13
|-- io.smallrye.reactive:smallrye-reactive-converter-reactor:1.0.13
|-- io.smallrye.reactive:smallrye-reactive-converter-mutiny:1.0.13
|-- junit:junit