Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdhttpclient-core |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-core-0.1.1.pom | |
httpclient-core-0.1.1.jar | 1 MB |
httpclient-core-0.1.1-sources.jar | 317 KB |
httpclient-core-0.1.1-javadoc.jar | 645 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/httpclient-core/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>httpclient-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/httpclient-core/
implementation 'io.esastack:httpclient-core:0.1.1'
// https://jarcasting.com/artifacts/io.esastack/httpclient-core/
implementation ("io.esastack:httpclient-core:0.1.1")
'io.esastack:httpclient-core:jar:0.1.1'
<dependency org="io.esastack" name="httpclient-core" rev="0.1.1">
<artifact name="httpclient-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='httpclient-core', version='0.1.1')
)
libraryDependencies += "io.esastack" % "httpclient-core" % "0.1.1"
[io.esastack/httpclient-core "0.1.1"]