License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdmutiny-zero |
Last Version | Last Version0.9.0-SMAPSHOT |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Mutiny Zero
Mutiny Zero is a minimal API for creating reactive-streams compliant publishers
|
Project Organization |
Project OrganizationSmallRye |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-zero/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-zero</artifactId>
<version>0.9.0-SMAPSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-zero/
implementation 'io.smallrye.reactive:mutiny-zero:0.9.0-SMAPSHOT'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-zero/
implementation ("io.smallrye.reactive:mutiny-zero:0.9.0-SMAPSHOT")
'io.smallrye.reactive:mutiny-zero:jar:0.9.0-SMAPSHOT'
<dependency org="io.smallrye.reactive" name="mutiny-zero" rev="0.9.0-SMAPSHOT">
<artifact name="mutiny-zero" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-zero', version='0.9.0-SMAPSHOT')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny-zero" % "0.9.0-SMAPSHOT"
[io.smallrye.reactive/mutiny-zero "0.9.0-SMAPSHOT"]
Group / Artifact | Type | Version |
---|---|---|
org.reactivestreams : reactive-streams | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
io.smallrye.reactive : mutiny | jar | 0.17.0 |
io.smallrye.reactive : reactive-streams-junit5-tck | test-jar | 0.17.0 |
org.reactivestreams : reactive-streams-tck | jar | 1.0.3 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.19.0 |
org.awaitility : awaitility | jar | 4.0.3 |