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