| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.jalasoft |
| ArtifactId | ArtifactIdHttpClient |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAPI for communicating over HTTP.
|
| Filename | Size |
|---|---|
| HttpClient-1.0.5.pom | |
| HttpClient-1.0.5.jar | 5 KB |
| HttpClient-1.0.5-sources.jar | 3 KB |
| HttpClient-1.0.5-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jalasoft/HttpClient/ -->
<dependency>
<groupId>com.github.jalasoft</groupId>
<artifactId>HttpClient</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jalasoft/HttpClient/
implementation 'com.github.jalasoft:HttpClient:1.0.5'
// https://jarcasting.com/artifacts/com.github.jalasoft/HttpClient/
implementation ("com.github.jalasoft:HttpClient:1.0.5")
'com.github.jalasoft:HttpClient:jar:1.0.5'
<dependency org="com.github.jalasoft" name="HttpClient" rev="1.0.5">
<artifact name="HttpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jalasoft', module='HttpClient', version='1.0.5')
)
libraryDependencies += "com.github.jalasoft" % "HttpClient" % "1.0.5"
[com.github.jalasoft/HttpClient "1.0.5"]