Last Version

Simple HTTP Client Facade for Java (SHCF4J) 1.0.5

The Simple HTTP Client Facade for Java (SHCF4J) serves as a simple facade or abstraction for various HTTP client frameworks (e.g. java.net.HttpURLConnection, Apache HttpClient, etc.) allowing the end user to plug in the desired HTTP client framework at deployment time.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.imperva.shcf4j
ArtifactId

ArtifactId

shcf4j-httpcomponents-client4
Version

Version

1.0.5
Type

Type

jar
Description

Description

Simple HTTP Client Facade for Java (SHCF4J)
The Simple HTTP Client Facade for Java (SHCF4J) serves as a simple facade or abstraction for various HTTP client frameworks (e.g. java.net.HttpURLConnection, Apache HttpClient, etc.) allowing the end user to plug in the desired HTTP client framework at deployment time.
Project URL

Project URL

https://github.com/imperva/shcf4j
Source Code Management

Source Code Management

https://github.com/imperva/shcf4j

Download shcf4j-httpcomponents-client4 1.0.5


<!-- https://jarcasting.com/artifacts/com.imperva.shcf4j/shcf4j-httpcomponents-client4/ -->
<dependency>
    <groupId>com.imperva.shcf4j</groupId>
    <artifactId>shcf4j-httpcomponents-client4</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.imperva.shcf4j/shcf4j-httpcomponents-client4/
implementation 'com.imperva.shcf4j:shcf4j-httpcomponents-client4:1.0.5'
// https://jarcasting.com/artifacts/com.imperva.shcf4j/shcf4j-httpcomponents-client4/
implementation ("com.imperva.shcf4j:shcf4j-httpcomponents-client4:1.0.5")
'com.imperva.shcf4j:shcf4j-httpcomponents-client4:jar:1.0.5'
<dependency org="com.imperva.shcf4j" name="shcf4j-httpcomponents-client4" rev="1.0.5">
  <artifact name="shcf4j-httpcomponents-client4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imperva.shcf4j', module='shcf4j-httpcomponents-client4', version='1.0.5')
)
libraryDependencies += "com.imperva.shcf4j" % "shcf4j-httpcomponents-client4" % "1.0.5"
[com.imperva.shcf4j/shcf4j-httpcomponents-client4 "1.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
com.imperva.shcf4j : shcf4j-api jar 1.0.5

runtime (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.6
org.apache.httpcomponents : httpmime jar 4.5.6
org.apache.httpcomponents : httpasyncclient jar 4.1.4

Project Modules

There are no modules declared in this project.