Alfred
Alfred

Reputation: 61793

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?

Upvotes: 5

Views: 2026

Answers (1)

Alfred
Alfred

Reputation: 61793

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

Upvotes: 2

Related Questions