License |
License |
---|---|
Categories |
CategoriesNet React User Interface Web Frameworks Netty Networking Reactor Container Microservices Reactive libraries |
GroupId | GroupIdio.projectreactor.netty |
ArtifactId | ArtifactIdreactor-netty-http |
Last Version | Last Version1.0.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP functionality for the Reactor Netty library
HTTP functionality for the Reactor Netty library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactor-netty-http-1.0.20.pom | |
reactor-netty-http-1.0.20.jar | 252 KB |
reactor-netty-http-1.0.20-sources.jar | 156 KB |
reactor-netty-http-1.0.20-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty-http/ -->
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty-http/
implementation 'io.projectreactor.netty:reactor-netty-http:1.0.20'
// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty-http/
implementation ("io.projectreactor.netty:reactor-netty-http:1.0.20")
'io.projectreactor.netty:reactor-netty-http:jar:1.0.20'
<dependency org="io.projectreactor.netty" name="reactor-netty-http" rev="1.0.20">
<artifact name="reactor-netty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.netty', module='reactor-netty-http', version='1.0.20')
)
libraryDependencies += "io.projectreactor.netty" % "reactor-netty-http" % "1.0.20"
[io.projectreactor.netty/reactor-netty-http "1.0.20"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-codec-http | jar | 4.1.77.Final |
io.netty : netty-codec-http2 | jar | 4.1.77.Final |
io.netty : netty-resolver-dns | jar | 4.1.77.Final |
io.netty : netty-resolver-dns-native-macos | jar | 4.1.77.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.77.Final |
io.projectreactor.netty : reactor-netty-core | jar | 1.0.20 |
io.projectreactor : reactor-core | jar | 3.4.19 |