is not current version
Last Version 1.0.20

io.projectreactor.netty:reactor-netty-http 1.0.1

HTTP functionality for the Reactor Netty library

Categories

Categories

Net React User Interface Web Frameworks Netty Networking Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.netty
ArtifactId

ArtifactId

reactor-netty-http
Version

Version

1.0.1
Type

Type

jar

Download reactor-netty-http 1.0.1


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