File | Operation |
---|---|
smallrye-reactive-messaging-2.5.0.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.5.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='2.5.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.2
|-- io.smallrye.reactive:mutiny:0.10.1
test
|-- org.jboss.weld.se:weld-se-core
|-- io.smallrye.reactive:mutiny-reactive-streams-operators:0.10.1
|-- io.smallrye.reactive:smallrye-reactive-converter-rxjava2:1.2.2
|-- io.smallrye.reactive:smallrye-reactive-converter-reactor:1.2.2
|-- io.smallrye.reactive:smallrye-reactive-converter-mutiny:1.2.2
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.vintage:junit-vintage-engine
|-- org.mockito:mockito-all:1.10.19