is not current version
Last Version 2.0.7

com.comcast.drivethru:drive-thru 2.0.1

Drive-Thru is a helper utility for making HTTP requests

GroupId

GroupId

com.comcast.drivethru
ArtifactId

ArtifactId

drive-thru
Version

Version

2.0.1
Type

Type

jar

Download drive-thru 2.0.1


<!-- https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/ -->
<dependency>
    <groupId>com.comcast.drivethru</groupId>
    <artifactId>drive-thru</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/
implementation 'com.comcast.drivethru:drive-thru:2.0.1'
// https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/
implementation ("com.comcast.drivethru:drive-thru:2.0.1")
'com.comcast.drivethru:drive-thru:jar:2.0.1'
<dependency org="com.comcast.drivethru" name="drive-thru" rev="2.0.1">
  <artifact name="drive-thru" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comcast.drivethru', module='drive-thru', version='2.0.1')
)
libraryDependencies += "com.comcast.drivethru" % "drive-thru" % "2.0.1"
[com.comcast.drivethru/drive-thru "2.0.1"]