Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdio.appform.http |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-1.0.pom | |
http-client-1.0.jar | 17 KB |
http-client-1.0-sources.jar | 7 KB |
http-client-1.0-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appform.http/http-client/ -->
<dependency>
<groupId>io.appform.http</groupId>
<artifactId>http-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.http/http-client/
implementation 'io.appform.http:http-client:1.0'
// https://jarcasting.com/artifacts/io.appform.http/http-client/
implementation ("io.appform.http:http-client:1.0")
'io.appform.http:http-client:jar:1.0'
<dependency org="io.appform.http" name="http-client" rev="1.0">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.http', module='http-client', version='1.0')
)
libraryDependencies += "io.appform.http" % "http-client" % "1.0"
[io.appform.http/http-client "1.0"]