| Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdio.smallrye.reactive |
| ArtifactId | ArtifactIdmutiny-reactor |
| Version | Version0.18.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mutiny-reactor-0.18.0.pom | |
| mutiny-reactor-0.18.0.jar | 9 KB |
| mutiny-reactor-0.18.0-sources.jar | 6 KB |
| mutiny-reactor-0.18.0-javadoc.jar | 441 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-reactor/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-reactor</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-reactor/
implementation 'io.smallrye.reactive:mutiny-reactor:0.18.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-reactor/
implementation ("io.smallrye.reactive:mutiny-reactor:0.18.0")
'io.smallrye.reactive:mutiny-reactor:jar:0.18.0'
<dependency org="io.smallrye.reactive" name="mutiny-reactor" rev="0.18.0">
<artifact name="mutiny-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-reactor', version='0.18.0')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny-reactor" % "0.18.0"
[io.smallrye.reactive/mutiny-reactor "0.18.0"]