Apache HttpCore Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Apache HttpComponents Core (blocking I/O)
Copy below Apache HttpCore maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.12</version>
</dependency>
Copy below Apache HttpCore gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore
compile group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.12'
https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore