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