Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jalasoft |
ArtifactId | ArtifactIdHttpClient |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
HttpClient-1.0.4.pom | |
HttpClient-1.0.4.jar | 7 KB |
HttpClient-1.0.4-sources.jar | 4 KB |
HttpClient-1.0.4-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jalasoft/HttpClient/ -->
<dependency>
<groupId>com.github.jalasoft</groupId>
<artifactId>HttpClient</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jalasoft/HttpClient/
implementation 'com.github.jalasoft:HttpClient:1.0.4'
// https://jarcasting.com/artifacts/com.github.jalasoft/HttpClient/
implementation ("com.github.jalasoft:HttpClient:1.0.4")
'com.github.jalasoft:HttpClient:jar:1.0.4'
<dependency org="com.github.jalasoft" name="HttpClient" rev="1.0.4">
<artifact name="HttpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jalasoft', module='HttpClient', version='1.0.4')
)
libraryDependencies += "com.github.jalasoft" % "HttpClient" % "1.0.4"
[com.github.jalasoft/HttpClient "1.0.4"]