Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.hothub |
ArtifactId | ArtifactIdrequestclient |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
requestclient-1.0.8.pom | |
requestclient-1.0.8.jar | 28 KB |
requestclient-1.0.8-sources.jar | 16 KB |
requestclient-1.0.8-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hothub/requestclient/ -->
<dependency>
<groupId>org.hothub</groupId>
<artifactId>requestclient</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.hothub/requestclient/
implementation 'org.hothub:requestclient:1.0.8'
// https://jarcasting.com/artifacts/org.hothub/requestclient/
implementation ("org.hothub:requestclient:1.0.8")
'org.hothub:requestclient:jar:1.0.8'
<dependency org="org.hothub" name="requestclient" rev="1.0.8">
<artifact name="requestclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hothub', module='requestclient', version='1.0.8')
)
libraryDependencies += "org.hothub" % "requestclient" % "1.0.8"
[org.hothub/requestclient "1.0.8"]