r

riptide-httpclient

Client side response routing with stream support
文件下载
文件名 操作
riptide-httpclient-2.9.0-RC.1.jar 下载
riptide-httpclient-2.9.0-RC.1.pom 下载
riptide-httpclient-2.9.0-RC.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.zalando</groupId>
  <artifactId>riptide-httpclient</artifactId>
  <version>2.9.0-RC.1</version>
</dependency>
Gradle Groovy
implementation 'org.zalando:riptide-httpclient:2.9.0-RC.1'
Gradle Kotlin
implementation("org.zalando:riptide-httpclient:2.9.0-RC.1")
Scala SBT
libraryDependencies += "org.zalando" % "riptide-httpclient" % "2.9.0-RC.1"
Groovy Grape
@Grapes(
  @Grab(group='org.zalando', module='riptide-httpclient', version='2.9.0-RC.1')
)
Apache Ivy
<dependency org="org.zalando" name="riptide-httpclient" rev="2.9.0-RC.1" />
Leiningen
[org.zalando/riptide-httpclient "2.9.0-RC.1"]
Apache Buildr
'org.zalando:riptide-httpclient:jar:2.9.0-RC.1'