<dependency> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny</artifactId> <version>0.5.2</version> </dependency>
implementation 'io.smallrye.reactive:mutiny:0.5.2'
implementation("io.smallrye.reactive:mutiny:0.5.2")
libraryDependencies += "io.smallrye.reactive" % "mutiny" % "0.5.2"
@Grapes( @Grab(group='io.smallrye.reactive', module='mutiny', version='0.5.2') )
<dependency org="io.smallrye.reactive" name="mutiny" rev="0.5.2" />
[io.smallrye.reactive/mutiny "0.5.2"]
'io.smallrye.reactive:mutiny:jar:0.5.2'
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny-project</artifactId> <version>0.5.2</version> </parent>
compile
|-- org.reactivestreams:reactive-streams
|-- io.smallrye.reactive:mutiny-test-utils
test
|-- io.reactivex.rxjava2:rxjava
|-- org.reactivestreams:reactive-streams-tck
|-- org.testng:testng