License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.sourcelab.http |
ArtifactId | ArtifactIdhttp-client-wrapper |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionHttp Client Wrapper
A library to abstract common patterns for building http rest clients.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-wrapper-0.2.1.pom | |
http-client-wrapper-0.2.1.jar | 37 KB |
http-client-wrapper-0.2.1-sources.jar | 49 KB |
http-client-wrapper-0.2.1-javadoc.jar | 211 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sourcelab.http/http-client-wrapper/ -->
<dependency>
<groupId>org.sourcelab.http</groupId>
<artifactId>http-client-wrapper</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sourcelab.http/http-client-wrapper/
implementation 'org.sourcelab.http:http-client-wrapper:0.2.1'
// https://jarcasting.com/artifacts/org.sourcelab.http/http-client-wrapper/
implementation ("org.sourcelab.http:http-client-wrapper:0.2.1")
'org.sourcelab.http:http-client-wrapper:jar:0.2.1'
<dependency org="org.sourcelab.http" name="http-client-wrapper" rev="0.2.1">
<artifact name="http-client-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sourcelab.http', module='http-client-wrapper', version='0.2.1')
)
libraryDependencies += "org.sourcelab.http" % "http-client-wrapper" % "0.2.1"
[org.sourcelab.http/http-client-wrapper "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.10 |
org.slf4j : slf4j-api | jar | 1.7.29 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
org.mockito : mockito-core | jar | 2.28.2 |
commons-io : commons-io | jar | 2.6 |
org.eclipse.jetty : jetty-server | jar | 9.4.20.v20190813 |
org.apache.logging.log4j : log4j-api | jar | 2.12.1 |
org.apache.logging.log4j : log4j-core | jar | 2.12.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.12.1 |