Jar dependencies to use jetty httpclient

dependencies, jar, java, jetty, jetty-httpclient

Solution

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

Problem

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?

Original source