Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.9.26 |
Type | Typejar |
Filename | Size |
---|---|
http-client-1.9.26.pom | |
http-client-1.9.26.jar | 18 KB |
http-client-1.9.26-sources.jar | 9 KB |
http-client-1.9.26-javadoc.jar | 353 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-client/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-client</artifactId>
<version>1.9.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-client/
implementation 'org.webpieces:http-client:1.9.26'
// https://jarcasting.com/artifacts/org.webpieces/http-client/
implementation ("org.webpieces:http-client:1.9.26")
'org.webpieces:http-client:jar:1.9.26'
<dependency org="org.webpieces" name="http-client" rev="1.9.26">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-client', version='1.9.26')
)
libraryDependencies += "org.webpieces" % "http-client" % "1.9.26"
[org.webpieces/http-client "1.9.26"]