w

wisp-client

HTTP client with config and envoy support, built on okhttp
https://github.com/cashapp/misk/
The Apache Software License, Version 2.0
Square, Inc.
文件下载
文件名 操作
wisp-client-2024.10.13.223258-0dacf1d.jar 下载
wisp-client-2024.10.13.223258-0dacf1d.pom 下载
wisp-client-2024.10.13.223258-0dacf1d-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.cash.wisp</groupId>
  <artifactId>wisp-client</artifactId>
  <version>2024.10.13.223258-0dacf1d</version>
</dependency>
Gradle Groovy
implementation 'app.cash.wisp:wisp-client:2024.10.13.223258-0dacf1d'
Gradle Kotlin
implementation("app.cash.wisp:wisp-client:2024.10.13.223258-0dacf1d")
Scala SBT
libraryDependencies += "app.cash.wisp" % "wisp-client" % "2024.10.13.223258-0dacf1d"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.wisp', module='wisp-client', version='2024.10.13.223258-0dacf1d')
)
Apache Ivy
<dependency org="app.cash.wisp" name="wisp-client" rev="2024.10.13.223258-0dacf1d" />
Leiningen
[app.cash.wisp/wisp-client "2024.10.13.223258-0dacf1d"]
Apache Buildr
'app.cash.wisp:wisp-client:jar:2024.10.13.223258-0dacf1d'