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