<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-reactive-httpclient</artifactId>
<version>4.0.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-reactive-httpclient', version='4.0.1')
)
compile
|-- org.reactivestreams:reactive-streams:1.0.4
|-- org.eclipse.jetty:jetty-client:12.0.3
test
|-- org.reactivestreams:reactive-streams-tck:1.0.4
|-- io.reactivex.rxjava3:rxjava:3.1.8
|-- org.springframework:spring-webflux:5.3.30
|-- org.eclipse.jetty:jetty-server:12.0.3
|-- org.eclipse.jetty.http2:jetty-http2-server:12.0.3
|-- org.eclipse.jetty.http2:jetty-http2-client-transport:12.0.3
|-- org.eclipse.jetty:jetty-slf4j-impl:12.0.3
|-- org.hdrhistogram:HdrHistogram:2.1.12