File | Operation |
---|---|
smallrye-reactive-messaging-1.0.3.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='1.0.3')
)
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-parent</artifactId> <version>10</version> </parent>
compile
|-- org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:1.0
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:1.0
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core:1.0
|-- io.reactivex.rxjava2:rxjava:2.2.12
|-- io.smallrye.reactive:smallrye-reactive-converter-api:1.0.9
|-- org.eclipse.microprofile.config:microprofile-config-api:1.3
|-- org.apache.commons:commons-lang3:3.9
provided
test
|-- org.jboss.weld.se:weld-se-core
|-- io.smallrye.reactive:smallrye-reactive-streams-operators:1.0.9
|-- io.smallrye.reactive:smallrye-reactive-converter-rxjava2:1.0.9
|-- io.smallrye.reactive:smallrye-reactive-converter-reactor:1.0.9
|-- io.smallrye.reactive:smallrye-reactive-streams-vertx-execution-model:1.0.9
|-- junit:junit