This is the normal Jetty Http Client, it si just shaded into a different namespace so that it is usable in versions of Jetty other then 9.X.
License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.skife.jetty.v9 |
ArtifactId | ArtifactIdhttp-client |
Last Version | Last Version9.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp-client
Jetty Http Client, repackaged to namespace that allows use in
Jetty 8 server.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-9.1.1.pom | |
http-client-9.1.1.jar | 640 KB |
http-client-9.1.1-sources.jar | 1 KB |
http-client-9.1.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/ -->
<dependency>
<groupId>org.skife.jetty.v9</groupId>
<artifactId>http-client</artifactId>
<version>9.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/
implementation 'org.skife.jetty.v9:http-client:9.1.1'
// https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/
implementation ("org.skife.jetty.v9:http-client:9.1.1")
'org.skife.jetty.v9:http-client:jar:9.1.1'
<dependency org="org.skife.jetty.v9" name="http-client" rev="9.1.1">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.skife.jetty.v9', module='http-client', version='9.1.1')
)
libraryDependencies += "org.skife.jetty.v9" % "http-client" % "9.1.1"
[org.skife.jetty.v9/http-client "9.1.1"]
This is the normal Jetty Http Client, it si just shaded into a different namespace so that it is usable in versions of Jetty other then 9.X.