Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.icecooly |
ArtifactId | ArtifactIdFastHttpClient |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
FastHttpClient-1.6.pom | |
FastHttpClient-1.6.jar | 45 KB |
FastHttpClient-1.6-sources.jar | 20 KB |
FastHttpClient-1.6-javadoc.jar | 547 KB |
Browse |
<!-- 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"]