What dependency should I add for org.apache.camel.component.http.HttpMethods
to be added to my Spring boot project? I have tried these but none of these seem to be working...
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient
https://mvnrepository.com/artifact/org.apache.camel/camel-http
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient
Also, I could not find the dependency on Google search.