License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.lindar |
ArtifactId | ArtifactIdwell-rested-client |
Version | Version1.7.3 |
Type | Typejar |
Description |
DescriptionWell Rested Client
A nice and easy java http client wrapper built on top of apache httpclient
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
well-rested-client-1.7.3.pom | |
well-rested-client-1.7.3.jar | 41 KB |
well-rested-client-1.7.3-sources.jar | 21 KB |
well-rested-client-1.7.3-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lindar/well-rested-client/ -->
<dependency>
<groupId>com.lindar</groupId>
<artifactId>well-rested-client</artifactId>
<version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindar/well-rested-client/
implementation 'com.lindar:well-rested-client:1.7.3'
// https://jarcasting.com/artifacts/com.lindar/well-rested-client/
implementation ("com.lindar:well-rested-client:1.7.3")
'com.lindar:well-rested-client:jar:1.7.3'
<dependency org="com.lindar" name="well-rested-client" rev="1.7.3">
<artifact name="well-rested-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindar', module='well-rested-client', version='1.7.3')
)
libraryDependencies += "com.lindar" % "well-rested-client" % "1.7.3"
[com.lindar/well-rested-client "1.7.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.11 |
org.apache.httpcomponents : httpmime | jar | 4.5.11 |
org.apache.httpcomponents : fluent-hc | jar | 4.5.11 |
org.apache.commons : commons-lang3 | jar | 3.9 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
org.projectlombok : lombok | jar | 1.18.12 |
com.google.code.gson : gson | jar | 2.8.6 |
com.fatboyindustrial.gson-javatime-serialisers : gson-javatime-serialisers | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 2.28.2 |
com.github.tomakehurst : wiremock | jar | 2.19.0 |