SyntaxFix
Write A Post
Hire A Developer
Questions
If its a maven project, add the below dependency in your pom file
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.4</version> </dependency>