d

dispatch-http_2.9.3

Standard HTTP executor, uses Apache DefaultHttpClient
http://dispatch-classic.databinder.net/
LGPL v3
net.databinder
Nathan Hamblen
文件下载
文件名 操作
dispatch-http_2.9.3-0.8.9.jar 下载
dispatch-http_2.9.3-0.8.9.pom 下载
dispatch-http_2.9.3-0.8.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.databinder</groupId>
  <artifactId>dispatch-http_2.9.3</artifactId>
  <version>0.8.9</version>
</dependency>
Gradle Groovy
implementation 'net.databinder:dispatch-http_2.9.3:0.8.9'
Gradle Kotlin
implementation("net.databinder:dispatch-http_2.9.3:0.8.9")
Scala SBT
libraryDependencies += "net.databinder" % "dispatch-http_2.9.3" % "0.8.9"
Groovy Grape
@Grapes(
  @Grab(group='net.databinder', module='dispatch-http_2.9.3', version='0.8.9')
)
Apache Ivy
<dependency org="net.databinder" name="dispatch-http_2.9.3" rev="0.8.9" />
Leiningen
[net.databinder/dispatch-http_2.9.3 "0.8.9"]
Apache Buildr
'net.databinder:dispatch-http_2.9.3:jar:0.8.9'