h

http-client

文件下载
文件名 操作
http-client-249.jar 下载
http-client-249.pom 下载
http-client-249-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.airlift</groupId>
  <artifactId>http-client</artifactId>
  <version>249</version>
</dependency>
Gradle Groovy
implementation 'io.airlift:http-client:249'
Gradle Kotlin
implementation("io.airlift:http-client:249")
Scala SBT
libraryDependencies += "io.airlift" % "http-client" % "249"
Groovy Grape
@Grapes(
  @Grab(group='io.airlift', module='http-client', version='249')
)
Apache Ivy
<dependency org="io.airlift" name="http-client" rev="249" />
Leiningen
[io.airlift/http-client "249"]
Apache Buildr
'io.airlift:http-client:jar:249'
本项目依赖
<parent>
  <groupId>io.airlift</groupId>
  <artifactId>airlift</artifactId>
  <version>249</version>
</parent>

compile

|-- ch.qos.logback:logback-core

|-- com.google.errorprone:error_prone_annotations

|-- com.google.guava:guava

|-- com.google.inject:guice

|-- io.airlift:concurrent

|-- io.airlift:configuration

|-- io.airlift:json

|-- io.airlift:log

|-- io.airlift:node

|-- io.airlift:security

|-- io.airlift:stats

|-- io.airlift:trace-token

|-- io.airlift:units

|-- io.opentelemetry:opentelemetry-api

|-- io.opentelemetry:opentelemetry-context

|-- io.opentelemetry.semconv:opentelemetry-semconv

|-- io.opentelemetry.semconv:opentelemetry-semconv-incubating

|-- jakarta.annotation:jakarta.annotation-api

|-- jakarta.validation:jakarta.validation-api

|-- org.eclipse.jetty:jetty-client

|-- org.eclipse.jetty:jetty-http

|-- org.eclipse.jetty:jetty-io

|-- org.eclipse.jetty:jetty-util

|-- org.eclipse.jetty.http2:jetty-http2-client

|-- org.eclipse.jetty.http2:jetty-http2-client-transport

|-- org.weakref:jmxutils

runtime

|-- com.fasterxml.jackson.core:jackson-annotations

test

|-- io.airlift:bootstrap

|-- io.airlift:log-manager

|-- io.airlift:testing

|-- jakarta.servlet:jakarta.servlet-api

|-- org.assertj:assertj-core

|-- org.eclipse.jetty:jetty-alpn-java-server

|-- org.eclipse.jetty:jetty-alpn-server

|-- org.eclipse.jetty:jetty-server

|-- org.eclipse.jetty.ee10:jetty-ee10-proxy

|-- org.eclipse.jetty.ee10:jetty-ee10-servlet

|-- org.eclipse.jetty.http2:jetty-http2-server

|-- org.junit.jupiter:junit-jupiter-api