| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdio.smallrye.reactive |
| ArtifactId | ArtifactIdmutiny |
| Version | Version0.10.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mutiny-0.10.1.pom | |
| mutiny-0.10.1.jar | 673 KB |
| mutiny-0.10.1-sources.jar | 323 KB |
| mutiny-0.10.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny/
implementation 'io.smallrye.reactive:mutiny:0.10.1'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny/
implementation ("io.smallrye.reactive:mutiny:0.10.1")
'io.smallrye.reactive:mutiny:jar:0.10.1'
<dependency org="io.smallrye.reactive" name="mutiny" rev="0.10.1">
<artifact name="mutiny" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny', version='0.10.1')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny" % "0.10.1"
[io.smallrye.reactive/mutiny "0.10.1"]