s

servicetalk-http-utils

A networking framework that evolves with your application
https://servicetalk.io
The Apache License, Version 2.0
ServiceTalk project authors
文件下载
文件名 操作
servicetalk-http-utils-0.42.20.jar 下载
servicetalk-http-utils-0.42.20.pom 下载
servicetalk-http-utils-0.42.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.servicetalk</groupId>
  <artifactId>servicetalk-http-utils</artifactId>
  <version>0.42.20</version>
</dependency>
Gradle Groovy
implementation 'io.servicetalk:servicetalk-http-utils:0.42.20'
Gradle Kotlin
implementation("io.servicetalk:servicetalk-http-utils:0.42.20")
Scala SBT
libraryDependencies += "io.servicetalk" % "servicetalk-http-utils" % "0.42.20"
Groovy Grape
@Grapes(
  @Grab(group='io.servicetalk', module='servicetalk-http-utils', version='0.42.20')
)
Apache Ivy
<dependency org="io.servicetalk" name="servicetalk-http-utils" rev="0.42.20" />
Leiningen
[io.servicetalk/servicetalk-http-utils "0.42.20"]
Apache Buildr
'io.servicetalk:servicetalk-http-utils:jar:0.42.20'