File | Operation |
---|---|
smallrye-reactive-messaging-1.0.4.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='1.0.4')
)
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-parent</artifactId> <version>12</version> </parent>
compile
|-- org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api: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