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