| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.eclipse.jetty |
| ArtifactId | ArtifactIdjetty-client |
| Last Version | Last Version11.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJetty :: Asynchronous HTTP Client
The Eclipse Jetty Project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jetty-client-11.0.11.pom | |
| jetty-client-11.0.11.jar | 84 KB |
| jetty-client-11.0.11-sources.jar | 53 KB |
| jetty-client-11.0.11-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-client/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>11.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-client/
implementation 'org.eclipse.jetty:jetty-client:11.0.11'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-client/
implementation ("org.eclipse.jetty:jetty-client:11.0.11")
'org.eclipse.jetty:jetty-client:jar:11.0.11'
<dependency org="org.eclipse.jetty" name="jetty-client" rev="11.0.11">
<artifact name="jetty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-client', version='11.0.11')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-client" % "11.0.11"
[org.eclipse.jetty/jetty-client "11.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-http | jar | 11.0.11 |
| org.eclipse.jetty : jetty-io | jar | 11.0.11 |
| org.eclipse.jetty : jetty-alpn-client | jar | 11.0.11 |
| org.eclipse.jetty : jetty-jmx Optional | jar | 11.0.11 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty.toolchain : jetty-jakarta-servlet-api | jar | 5.0.2 |
| org.eclipse.jetty : jetty-server | jar | 11.0.11 |
| org.eclipse.jetty : jetty-security | jar | 11.0.11 |
| org.awaitility : awaitility | jar | 4.2.0 |
| org.apache.kerby : kerb-simplekdc | jar | 2.0.2 |
| net.minidev : json-smart | jar | 2.4.8 |
| org.eclipse.jetty : jetty-slf4j-impl | jar | 11.0.11 |
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 |
| org.junit.jupiter : junit-jupiter | jar |