License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.nofdev |
ArtifactId | ArtifactIdhttp-client-util |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionhttp-client-util
The http connect util based on apache httpclient
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-util-1.0.3.pom | |
http-client-util-1.0.3.jar | 1 KB |
http-client-util-1.0.3-sources.jar | 6 KB |
http-client-util-1.0.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nofdev/http-client-util/ -->
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>http-client-util</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/http-client-util/
implementation 'org.nofdev:http-client-util:1.0.3'
// https://jarcasting.com/artifacts/org.nofdev/http-client-util/
implementation ("org.nofdev:http-client-util:1.0.3")
'org.nofdev:http-client-util:pom:1.0.3'
<dependency org="org.nofdev" name="http-client-util" rev="1.0.3">
<artifact name="http-client-util" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='http-client-util', version='1.0.3')
)
libraryDependencies += "org.nofdev" % "http-client-util" % "1.0.3"
[org.nofdev/http-client-util "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.apache.httpcomponents : httpclient | jar | 4.5 |