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

io.projectreactor.netty:reactor-netty 0.8.0.RELEASE

Reactive Streams Netty driver

Категории

Категории

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

Группа

io.projectreactor.netty
Идентификатор

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

reactor-netty
Версия

Версия

0.8.0.RELEASE
Тип

Тип

jar

Скачать reactor-netty 0.8.0.RELEASE


<!-- https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/ -->
<dependency>
    <groupId>io.projectreactor.netty</groupId>
    <artifactId>reactor-netty</artifactId>
    <version>0.8.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/
implementation 'io.projectreactor.netty:reactor-netty:0.8.0.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/
implementation ("io.projectreactor.netty:reactor-netty:0.8.0.RELEASE")
'io.projectreactor.netty:reactor-netty:jar:0.8.0.RELEASE'
<dependency org="io.projectreactor.netty" name="reactor-netty" rev="0.8.0.RELEASE">
  <artifact name="reactor-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.netty', module='reactor-netty', version='0.8.0.RELEASE')
)
libraryDependencies += "io.projectreactor.netty" % "reactor-netty" % "0.8.0.RELEASE"
[io.projectreactor.netty/reactor-netty "0.8.0.RELEASE"]