Lightbend MicroProfile Reactive Streams Operators

Lightbend MicroProfile Reactive Streams Operators :: Parent POM

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

Lightbend
Система контроля версий

Система контроля версий

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

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

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • 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

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

Версия
1.0.0
1.0.0-M1