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

GroupId

GroupId

com.imperva.shcf4j
ArtifactId

ArtifactId

shcf4j-api
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-api 1.0.5


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.