| Categories | 
                CategoriesJetty Container Application Servers CLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.skife.jetty.v9 | 
    
| ArtifactId | ArtifactIdhttp-client | 
    
| Version | Version9.0.4.v20130625 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/ -->
<dependency>
    <groupId>org.skife.jetty.v9</groupId>
    <artifactId>http-client</artifactId>
    <version>9.0.4.v20130625</version>
</dependency>
                // https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/
implementation 'org.skife.jetty.v9:http-client:9.0.4.v20130625'
                // https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/
implementation ("org.skife.jetty.v9:http-client:9.0.4.v20130625")
                'org.skife.jetty.v9:http-client:jar:9.0.4.v20130625'
                <dependency org="org.skife.jetty.v9" name="http-client" rev="9.0.4.v20130625">
  <artifact name="http-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.skife.jetty.v9', module='http-client', version='9.0.4.v20130625')
)
                libraryDependencies += "org.skife.jetty.v9" % "http-client" % "9.0.4.v20130625"
                [org.skife.jetty.v9/http-client "9.0.4.v20130625"]