<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny</artifactId>
<version>1.8.0</version>
</dependency>
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny-project</artifactId> <version>1.8.0</version> </parent>
compile
|-- org.reactivestreams:reactive-streams
|-- io.smallrye.common:smallrye-common-annotation
test
|-- io.reactivex.rxjava2:rxjava
|-- io.smallrye.reactive:mutiny-test-utils
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine