License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdmutiny |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Mutiny - Core library
Intuitive Event-Driven Reactive Programming Library for Java
|
Project Organization |
Project OrganizationSmallRye |
Filename | Size |
---|---|
mutiny-1.6.0.pom | |
mutiny-1.6.0.jar | 567 KB |
mutiny-1.6.0-sources.jar | 274 KB |
mutiny-1.6.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny/
implementation 'io.smallrye.reactive:mutiny:1.6.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny/
implementation ("io.smallrye.reactive:mutiny:1.6.0")
'io.smallrye.reactive:mutiny:jar:1.6.0'
<dependency org="io.smallrye.reactive" name="mutiny" rev="1.6.0">
<artifact name="mutiny" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny', version='1.6.0')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny" % "1.6.0"
[io.smallrye.reactive/mutiny "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.reactivestreams : reactive-streams | jar | 1.0.3 |
io.smallrye.common : smallrye-common-annotation | jar | 1.12.0 |
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
io.smallrye.reactive : mutiny-test-utils | jar | 1.6.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.awaitility : awaitility | jar | 4.2.0 |