is not current version
Last Version 1.0.5

com.imperva.shcf4j:shcf4j-httpcomponents-client4 1.0.4

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.imperva.shcf4j
ArtifactId

ArtifactId

shcf4j-httpcomponents-client4
Version

Version

1.0.4
Type

Type

jar

Download shcf4j-httpcomponents-client4 1.0.4


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