| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.hothub |
| ArtifactId | ArtifactIdrequestclient |
| Last Version | Last Version1.0.16 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrequestclient
HTTP UTIL FOR JAVA
|
| Filename | Size |
|---|---|
| requestclient-1.0.16.pom | |
| requestclient-1.0.16.jar | 35 KB |
| requestclient-1.0.16-sources.jar | 18 KB |
| requestclient-1.0.16-javadoc.jar | 194 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hothub/requestclient/ -->
<dependency>
<groupId>org.hothub</groupId>
<artifactId>requestclient</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.hothub/requestclient/
implementation 'org.hothub:requestclient:1.0.16'
// https://jarcasting.com/artifacts/org.hothub/requestclient/
implementation ("org.hothub:requestclient:1.0.16")
'org.hothub:requestclient:jar:1.0.16'
<dependency org="org.hothub" name="requestclient" rev="1.0.16">
<artifact name="requestclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hothub', module='requestclient', version='1.0.16')
)
libraryDependencies += "org.hothub" % "requestclient" % "1.0.16"
[org.hothub/requestclient "1.0.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | pom | 4.12 |