Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.hi-fi |
ArtifactId | ArtifactIdhttpclient |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-0.0.3.pom | |
httpclient-0.0.3.jar | 24 KB |
httpclient-0.0.3-sources.jar | 10 KB |
httpclient-0.0.3-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/ -->
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>httpclient</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation 'com.github.hi-fi:httpclient:0.0.3'
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation ("com.github.hi-fi:httpclient:0.0.3")
'com.github.hi-fi:httpclient:jar:0.0.3'
<dependency org="com.github.hi-fi" name="httpclient" rev="0.0.3">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='httpclient', version='0.0.3')
)
libraryDependencies += "com.github.hi-fi" % "httpclient" % "0.0.3"
[com.github.hi-fi/httpclient "0.0.3"]