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