License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdhu.meza.tools |
ArtifactId | ArtifactIdhttp-client-wrapper |
Last Version | Last Version0.1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP Client Wrapper
A wrapper for the http client library
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/hu.meza.tools/http-client-wrapper/ -->
<dependency>
<groupId>hu.meza.tools</groupId>
<artifactId>http-client-wrapper</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/hu.meza.tools/http-client-wrapper/
implementation 'hu.meza.tools:http-client-wrapper:0.1.12'
// https://jarcasting.com/artifacts/hu.meza.tools/http-client-wrapper/
implementation ("hu.meza.tools:http-client-wrapper:0.1.12")
'hu.meza.tools:http-client-wrapper:jar:0.1.12'
<dependency org="hu.meza.tools" name="http-client-wrapper" rev="0.1.12">
<artifact name="http-client-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.meza.tools', module='http-client-wrapper', version='0.1.12')
)
libraryDependencies += "hu.meza.tools" % "http-client-wrapper" % "0.1.12"
[hu.meza.tools/http-client-wrapper "0.1.12"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.2.5 |
org.apache.httpcomponents : httpcore | jar | 4.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |