is not current version
Last Version 1.5

com.fcibook.quick:quick-http 1.3

quick is smart java project.

GroupId

GroupId

com.fcibook.quick
ArtifactId

ArtifactId

quick-http
Version

Version

1.3
Type

Type

jar

Download quick-http 1.3


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