is not current version
Last Version 3.0.6

org.eclipse.jetty:jetty-reactive-httpclient 0.9.2

Jetty ReactiveStreams HttpClient

Categories

Categories

Jetty Container Application Servers React User Interface Web Frameworks CLI
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-reactive-httpclient
Version

Version

0.9.2
Type

Type

jar

Download jetty-reactive-httpclient 0.9.2


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-reactive-httpclient/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-reactive-httpclient</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-reactive-httpclient/
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:0.9.2'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-reactive-httpclient/
implementation ("org.eclipse.jetty:jetty-reactive-httpclient:0.9.2")
'org.eclipse.jetty:jetty-reactive-httpclient:jar:0.9.2'
<dependency org="org.eclipse.jetty" name="jetty-reactive-httpclient" rev="0.9.2">
  <artifact name="jetty-reactive-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-reactive-httpclient', version='0.9.2')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-reactive-httpclient" % "0.9.2"
[org.eclipse.jetty/jetty-reactive-httpclient "0.9.2"]