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