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