Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdhttpclient |
Version | Version4.5 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-4.5.pom | |
httpclient-4.5.jar | 697 KB |
httpclient-4.5-sources.jar | 689 KB |
httpclient-4.5-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/httpclient/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/httpclient/
implementation 'com.hynnet:httpclient:4.5'
// https://jarcasting.com/artifacts/com.hynnet/httpclient/
implementation ("com.hynnet:httpclient:4.5")
'com.hynnet:httpclient:jar:4.5'
<dependency org="com.hynnet" name="httpclient" rev="4.5">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='httpclient', version='4.5')
)
libraryDependencies += "com.hynnet" % "httpclient" % "4.5"
[com.hynnet/httpclient "4.5"]