Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdtop.jfunc.network |
ArtifactId | ArtifactIdhttpclient-core |
Version | Version1.1.9 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-core-1.1.9.pom | |
httpclient-core-1.1.9.jar | 168 KB |
httpclient-core-1.1.9-sources.jar | 132 KB |
httpclient-core-1.1.9-javadoc.jar | 546 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.network/httpclient-core/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>httpclient-core</artifactId>
<version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient-core/
implementation 'top.jfunc.network:httpclient-core:1.1.9'
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient-core/
implementation ("top.jfunc.network:httpclient-core:1.1.9")
'top.jfunc.network:httpclient-core:jar:1.1.9'
<dependency org="top.jfunc.network" name="httpclient-core" rev="1.1.9">
<artifact name="httpclient-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='httpclient-core', version='1.1.9')
)
libraryDependencies += "top.jfunc.network" % "httpclient-core" % "1.1.9"
[top.jfunc.network/httpclient-core "1.1.9"]