License |
License |
---|---|
GroupId | GroupIdcom.github.luues |
ArtifactId | ArtifactIdcommons-http-plus |
Last Version | Last Version1.2.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-http-plus
A Simple http Request Tool Class
|
<!-- https://jarcasting.com/artifacts/com.github.luues/commons-http-plus/ -->
<dependency>
<groupId>com.github.luues</groupId>
<artifactId>commons-http-plus</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues/commons-http-plus/
implementation 'com.github.luues:commons-http-plus:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues/commons-http-plus/
implementation ("com.github.luues:commons-http-plus:1.2.1.RELEASE")
'com.github.luues:commons-http-plus:jar:1.2.1.RELEASE'
<dependency org="com.github.luues" name="commons-http-plus" rev="1.2.1.RELEASE">
<artifact name="commons-http-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues', module='commons-http-plus', version='1.2.1.RELEASE')
)
libraryDependencies += "com.github.luues" % "commons-http-plus" % "1.2.1.RELEASE"
[com.github.luues/commons-http-plus "1.2.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.8 |
org.apache.httpcomponents : httpmime | jar | 4.5.8 |