http-client

Jetty Http Client, repackaged to namespace that allows use in Jetty 8 server.

License

License

Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.skife.jetty.v9
ArtifactId

ArtifactId

http-client
Last Version

Last Version

9.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

http-client
Jetty Http Client, repackaged to namespace that allows use in Jetty 8 server.
Project URL

Project URL

http://wiki.eclipse.org/Jetty/Tutorial/HttpClient
Source Code Management

Source Code Management

https://github.com/brianm/skife-jetty-client/tree/master

Download http-client

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
9.1.1
9.0.4.v20130625
9.0.0.v20130308.1