is not current version
Last Version 1.10

com.github.icecooly:FastHttpClient 1.6

A Java library for okhttp3

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.icecooly
ArtifactId

ArtifactId

FastHttpClient
Version

Version

1.6
Type

Type

jar

Download FastHttpClient 1.6


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