License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdcom.daioware.net.http |
ArtifactId | ArtifactIdclient |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Description |
DescriptionHTTP Client utilities
HTTP Client utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-1.0.1-RELEASE.pom | |
client-1.0.1-RELEASE.jar | 11 KB |
client-1.0.1-RELEASE-sources.jar | 4 KB |
client-1.0.1-RELEASE-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware.net.http/client/ -->
<dependency>
<groupId>com.daioware.net.http</groupId>
<artifactId>client</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.net.http/client/
implementation 'com.daioware.net.http:client:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.net.http/client/
implementation ("com.daioware.net.http:client:1.0.1-RELEASE")
'com.daioware.net.http:client:jar:1.0.1-RELEASE'
<dependency org="com.daioware.net.http" name="client" rev="1.0.1-RELEASE">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.net.http', module='client', version='1.0.1-RELEASE')
)
libraryDependencies += "com.daioware.net.http" % "client" % "1.0.1-RELEASE"
[com.daioware.net.http/client "1.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
com.daioware : file | jar | 1.0.0-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |