Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jar dependencies to use jetty httpclient

I want to use the jetty httpclient(in netbeans) but have the least number of jar dependencies. I know I can import all jars from the jetty lib folder to my project but I would like to know what the minimum number of dependencies are and how you did find this out? Our there tools to find jar dependencies?

like image 987
Alfred Avatar asked Nov 06 '22 15:11

Alfred


1 Answers

Okay after a little bit more googling I found this link with the correct aggregrate jar to play with httpclient.

like image 182
Alfred Avatar answered Nov 12 '22 17:11

Alfred