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