File | Operation |
---|---|
smallrye-reactive-messaging-2.4.0.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='2.4.0')
)
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-parent</artifactId> <version>23</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging-processor
|-- io.smallrye.reactive:smallrye-reactive-converter-api:1.2.1
|-- io.smallrye.reactive:mutiny:0.9.0
test
|-- org.jboss.weld.se:weld-se-core
|-- io.smallrye.reactive:mutiny-reactive-streams-operators:0.9.0
|-- io.smallrye.reactive:smallrye-reactive-converter-rxjava2:1.2.1
|-- io.smallrye.reactive:smallrye-reactive-converter-reactor:1.2.1
|-- io.smallrye.reactive:smallrye-reactive-converter-mutiny:1.2.1
|-- org.junit.jupiter:junit-jupiter