is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-client 9.4.12.RC1


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-client
Version

Version

9.4.12.RC1
Type

Type

jar

Download jetty-client 9.4.12.RC1


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