Last Version

SmallRye Reactive Streams Operators (spec version: 1.0) 1.0.6

An implementation of the MicroProfile Reactive Streams Operators specification

License

License

Categories

Categories

React User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries
GroupId

GroupId

io.smallrye.reactive
ArtifactId

ArtifactId

smallrye-reactive-streams-operators-project-1.0
Version

Version

1.0.6
Type

Type

pom
Description

Description

SmallRye Reactive Streams Operators (spec version: 1.0)
An implementation of the MicroProfile Reactive Streams Operators specification
Project Organization

Project Organization

SmallRye
Source Code Management

Source Code Management

https://github.com/smallrye/smallrye-reactive-streams-operators

Download smallrye-reactive-streams-operators-project-1.0 1.0.6


<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-project-1.0/ -->
<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-reactive-streams-operators-project-1.0</artifactId>
    <version>1.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-project-1.0/
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-project-1.0:1.0.6'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-project-1.0/
implementation ("io.smallrye.reactive:smallrye-reactive-streams-operators-project-1.0:1.0.6")
'io.smallrye.reactive:smallrye-reactive-streams-operators-project-1.0:pom:1.0.6'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-project-1.0" rev="1.0.6">
  <artifact name="smallrye-reactive-streams-operators-project-1.0" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-project-1.0', version='1.0.6')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-project-1.0" % "1.0.6"
[io.smallrye.reactive/smallrye-reactive-streams-operators-project-1.0 "1.0.6"]

Dependencies

compile (3)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-api jar 1.0
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-core jar 1.0
io.reactivex.rxjava2 : rxjava jar 2.2.9

test (5)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-tck jar 1.0
junit : junit jar 4.12
org.testng : testng jar 6.14.3
org.assertj : assertj-core jar 3.12.2
org.awaitility : awaitility jar 3.1.6

Project Modules

  • implementation
  • cdi
  • tck
  • vertx-execution-model
  • examples/quickstart
  • examples/quickstart-vertx
  • examples/quickstart-camel
  • examples/snippets
  • converters/converter-api
  • converters/converter-rxjava2
  • converters/converter-rxjava1
  • converters/converter-reactor
  • converters/converter-microprofile-reactive-streams-operators