Lightbend MicroProfile Reactive Streams Operators

Lightbend MicroProfile Reactive Streams Operators :: Parent POM

License

License

Categories

Categories

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

GroupId

com.lightbend.microprofile.reactive.streams
ArtifactId

ArtifactId

lightbend-microprofile-reactive-streams-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Lightbend MicroProfile Reactive Streams Operators
Lightbend MicroProfile Reactive Streams Operators :: Parent POM
Project Organization

Project Organization

Lightbend
Source Code Management

Source Code Management

https://github.com/lightbend/microprofile-reactive-streams

Download lightbend-microprofile-reactive-streams-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • akka
  • zerodep

Lightbend implementations of MicroProfile Reactive Streams

This repo contains implementations by Lightbend of MicroProfile Reactive Streams Operators Support.

Two implementations are provided, one based on Akka, and one zero dependency implementation.

To use the Akka implementation:

<dependency>
    <groupId>com.lightbend.microprofile.reactive.streams</groupId>
    <artifactId>lightbend-microprofile-reactive-streams-akka</artifactId>
    <version>1.0.0</version>
</dependency>

To use the zero dependency implementation:

<dependency>
    <groupId>com.lightbend.microprofile.reactive.streams</groupId>
    <artifactId>lightbend-microprofile-reactive-streams-zerodep</artifactId>
    <version>1.0.0</version>
</dependency>
com.lightbend.microprofile.reactive.streams

Lightbend

Versions

Version
1.0.0
1.0.0-M1