Lightbend MicroProfile Reactive Streams Operators Akka

Lightbend MicroProfile Reactive Streams Operators :: Akka Provider

Лицензия

Лицензия

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки Akka Контейнер Микросервисы Reactive libraries Reactive Streams
Группа

Группа

com.lightbend.microprofile.reactive.streams
Идентификатор

Идентификатор

lightbend-microprofile-reactive-streams-akka
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Lightbend MicroProfile Reactive Streams Operators Akka
Lightbend MicroProfile Reactive Streams Operators :: Akka Provider
Организация-разработчик

Организация-разработчик

Lightbend

Скачать lightbend-microprofile-reactive-streams-akka

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.eclipse.microprofile.reactive-streams-operators : microprofile-reactive-streams-operators-tck jar 1.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0
1.0.0-M1