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