Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.hi-fi |
ArtifactId | ArtifactIdhttpclient |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-0.0.2.pom | |
httpclient-0.0.2.jar | 24 KB |
httpclient-0.0.2-sources.jar | 10 KB |
httpclient-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation 'com.github.hi-fi:httpclient:0.0.2'
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation ("com.github.hi-fi:httpclient:0.0.2")
'com.github.hi-fi:httpclient:jar:0.0.2'
<dependency org="com.github.hi-fi" name="httpclient" rev="0.0.2">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='httpclient', version='0.0.2')
)
libraryDependencies += "com.github.hi-fi" % "httpclient" % "0.0.2"
[com.github.hi-fi/httpclient "0.0.2"]