License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.icecooly |
ArtifactId | ArtifactIdFastHttpClient |
Last Version | Last Version1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFastHttpClient
A Java library for okhttp3
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
FastHttpClient-1.10.pom | |
FastHttpClient-1.10.jar | 46 KB |
FastHttpClient-1.10-sources.jar | 20 KB |
FastHttpClient-1.10-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.icecooly/FastHttpClient/ -->
<dependency>
<groupId>com.github.icecooly</groupId>
<artifactId>FastHttpClient</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icecooly/FastHttpClient/
implementation 'com.github.icecooly:FastHttpClient:1.10'
// https://jarcasting.com/artifacts/com.github.icecooly/FastHttpClient/
implementation ("com.github.icecooly:FastHttpClient:1.10")
'com.github.icecooly:FastHttpClient:jar:1.10'
<dependency org="com.github.icecooly" name="FastHttpClient" rev="1.10">
<artifact name="FastHttpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icecooly', module='FastHttpClient', version='1.10')
)
libraryDependencies += "com.github.icecooly" % "FastHttpClient" % "1.10"
[com.github.icecooly/FastHttpClient "1.10"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |