Last Version

SmallRye Reactive Streams Operators (spec version: 1.0.1) 1.0.13

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
Version

Version

1.0.13
Type

Type

pom
Description

Description

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

Project URL

http://smallrye.io
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.13


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

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-api jar 1.0.1
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-core jar 1.0.1

test (5)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-tck jar 1.0.1
junit : junit jar 4.13
org.testng : testng jar 6.14.3
org.assertj : assertj-core jar 3.15.0
org.awaitility : awaitility jar 4.0.2

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-mutiny
  • converters/converter-microprofile-reactive-streams-operators