License |
License |
---|---|
GroupId | GroupIdcom.github.makewheels |
ArtifactId | ArtifactIdHttpUtils |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpUtils
A simple Http Util
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
HttpUtils-1.1.0.pom | |
HttpUtils-1.1.0.jar | 4 KB |
HttpUtils-1.1.0-sources.jar | 1 KB |
HttpUtils-1.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/ -->
<dependency>
<groupId>com.github.makewheels</groupId>
<artifactId>HttpUtils</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/
implementation 'com.github.makewheels:HttpUtils:1.1.0'
// https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/
implementation ("com.github.makewheels:HttpUtils:1.1.0")
'com.github.makewheels:HttpUtils:jar:1.1.0'
<dependency org="com.github.makewheels" name="HttpUtils" rev="1.1.0">
<artifact name="HttpUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.makewheels', module='HttpUtils', version='1.1.0')
)
libraryDependencies += "com.github.makewheels" % "HttpUtils" % "1.1.0"
[com.github.makewheels/HttpUtils "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |