<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-converter-mutiny</artifactId>
<version>1.0.12</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-converter-mutiny" % "1.0.12"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-converter-mutiny', version='1.0.12')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-converter-mutiny" rev="1.0.12" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-streams-operators-project</artifactId> <version>1.0.12</version> </parent>
compile
|-- io.smallrye.reactive:mutiny
|-- io.smallrye.reactive:smallrye-reactive-converter-api
test