is not current version
Last Version 1.5

com.fcibook.quick:quick-http 1.1

quick is smart java quick project.

GroupId

GroupId

com.fcibook.quick
ArtifactId

ArtifactId

quick-http
Version

Version

1.1
Type

Type

jar

Download quick-http 1.1


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