d

drive-thru

Drive-Thru is a helper utility for making HTTP requests
https://github.com/Comcast/drive-thru
Apache License
Comcast
Clark Malmgren Val Apgar Kevin Pearson Bobby Jap
Files download
File Operation
drive-thru-2.0.7.jar download
drive-thru-2.0.7.pom download
drive-thru-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.comcast.drivethru</groupId>
  <artifactId>drive-thru</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.comcast.drivethru:drive-thru:2.0.7'
Gradle Kotlin
implementation("com.comcast.drivethru:drive-thru:2.0.7")
Scala SBT
libraryDependencies += "com.comcast.drivethru" % "drive-thru" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.comcast.drivethru', module='drive-thru', version='2.0.7')
)
Apache Ivy
<dependency org="com.comcast.drivethru" name="drive-thru" rev="2.0.7" />
Leiningen
[com.comcast.drivethru/drive-thru "2.0.7"]
Apache Buildr
'com.comcast.drivethru:drive-thru:jar:2.0.7'