Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.icecooly |
ArtifactId | ArtifactIdFastHttpClient |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
FastHttpClient-1.2.pom | |
FastHttpClient-1.2.jar | 2 KB |
FastHttpClient-1.2-sources.jar | 17 KB |
FastHttpClient-1.2-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.icecooly/FastHttpClient/ -->
<dependency>
<groupId>com.github.icecooly</groupId>
<artifactId>FastHttpClient</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icecooly/FastHttpClient/
implementation 'com.github.icecooly:FastHttpClient:1.2'
// https://jarcasting.com/artifacts/com.github.icecooly/FastHttpClient/
implementation ("com.github.icecooly:FastHttpClient:1.2")
'com.github.icecooly:FastHttpClient:jar:1.2'
<dependency org="com.github.icecooly" name="FastHttpClient" rev="1.2">
<artifact name="FastHttpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icecooly', module='FastHttpClient', version='1.2')
)
libraryDependencies += "com.github.icecooly" % "FastHttpClient" % "1.2"
[com.github.icecooly/FastHttpClient "1.2"]