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