<dependency> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny</artifactId> <version>0.4.4</version> </dependency>
implementation 'io.smallrye.reactive:mutiny:0.4.4'
implementation("io.smallrye.reactive:mutiny:0.4.4")
libraryDependencies += "io.smallrye.reactive" % "mutiny" % "0.4.4"
@Grapes( @Grab(group='io.smallrye.reactive', module='mutiny', version='0.4.4') )
<dependency org="io.smallrye.reactive" name="mutiny" rev="0.4.4" />
[io.smallrye.reactive/mutiny "0.4.4"]
'io.smallrye.reactive:mutiny:jar:0.4.4'
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny-project</artifactId> <version>0.4.4</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