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