s

shcf4j-api

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.
https://github.com/imperva/shcf4j
The Apache Software License, Version 2.0
Maxim Kirilov
Files download
File Operation
shcf4j-api-1.0.5.jar download
shcf4j-api-1.0.5.pom download
shcf4j-api-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.imperva.shcf4j</groupId>
  <artifactId>shcf4j-api</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.imperva.shcf4j:shcf4j-api:1.0.5'
Gradle Kotlin
implementation("com.imperva.shcf4j:shcf4j-api:1.0.5")
Scala SBT
libraryDependencies += "com.imperva.shcf4j" % "shcf4j-api" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.imperva.shcf4j', module='shcf4j-api', version='1.0.5')
)
Apache Ivy
<dependency org="com.imperva.shcf4j" name="shcf4j-api" rev="1.0.5" />
Leiningen
[com.imperva.shcf4j/shcf4j-api "1.0.5"]
Apache Buildr
'com.imperva.shcf4j:shcf4j-api:jar:1.0.5'
Dependencies
The project has no third-party dependencies