License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdmutiny-reactor |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Mutiny - Integration with Reactor
Intuitive Event-Driven Reactive Programming Library for Java
|
Project Organization |
Project OrganizationSmallRye |
Filename | Size |
---|---|
mutiny-reactor-1.6.0.pom | |
mutiny-reactor-1.6.0.jar | 9 KB |
mutiny-reactor-1.6.0-sources.jar | 6 KB |
mutiny-reactor-1.6.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-reactor/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-reactor</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-reactor/
implementation 'io.smallrye.reactive:mutiny-reactor:1.6.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-reactor/
implementation ("io.smallrye.reactive:mutiny-reactor:1.6.0")
'io.smallrye.reactive:mutiny-reactor:jar:1.6.0'
<dependency org="io.smallrye.reactive" name="mutiny-reactor" rev="1.6.0">
<artifact name="mutiny-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-reactor', version='1.6.0')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny-reactor" % "1.6.0"
[io.smallrye.reactive/mutiny-reactor "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye.reactive : mutiny | jar | 1.6.0 |
io.projectreactor : reactor-core | jar | 3.4.18 |
Group / Artifact | Type | Version |
---|---|---|
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 |