Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.skife.jetty.v9 |
ArtifactId | ArtifactIdhttp-client |
Version | Version9.0.0.v20130308.1 |
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.0.v20130308.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/
implementation 'org.skife.jetty.v9:http-client:9.0.0.v20130308.1'
// https://jarcasting.com/artifacts/org.skife.jetty.v9/http-client/
implementation ("org.skife.jetty.v9:http-client:9.0.0.v20130308.1")
'org.skife.jetty.v9:http-client:jar:9.0.0.v20130308.1'
<dependency org="org.skife.jetty.v9" name="http-client" rev="9.0.0.v20130308.1">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.skife.jetty.v9', module='http-client', version='9.0.0.v20130308.1')
)
libraryDependencies += "org.skife.jetty.v9" % "http-client" % "9.0.0.v20130308.1"
[org.skife.jetty.v9/http-client "9.0.0.v20130308.1"]