Lightbend MicroProfile Reactive Streams Operators Akka

Lightbend MicroProfile Reactive Streams Operators :: Akka Provider

License

License

Categories

Categories

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

GroupId

com.lightbend.microprofile.reactive.streams
ArtifactId

ArtifactId

lightbend-microprofile-reactive-streams-akka
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Lightbend MicroProfile Reactive Streams Operators Akka
Lightbend MicroProfile Reactive Streams Operators :: Akka Provider
Project Organization

Project Organization

Lightbend

Download lightbend-microprofile-reactive-streams-akka

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-core jar 1.0
com.typesafe.akka : akka-stream_2.12 jar 2.5.19
com.google.guava : guava jar 25.0-jre

test (1)

Group / Artifact Type Version
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-tck jar 1.0

Project Modules

There are no modules declared in this project.

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