Last Version

Http Client Wrapper 0.2.1

A library to abstract common patterns for building http rest clients.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.sourcelab.http
ArtifactId

ArtifactId

http-client-wrapper
Version

Version

0.2.1
Type

Type

jar
Description

Description

Http Client Wrapper
A library to abstract common patterns for building http rest clients.
Project URL

Project URL

https://github.com/SourceLabOrg/http-client-wrapper
Source Code Management

Source Code Management

https://github.com/SourceLabOrg/http-client-wrapper/tree/master

Download http-client-wrapper 0.2.1


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.10
org.slf4j : slf4j-api jar 1.7.29

test (8)

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

Project Modules

There are no modules declared in this project.