I have a simple gradle project in my eclipse. I update the build.gradle to include a few apache http jars...
dependencies { compile group: \'commons-coll
You have to make sure that "Dependency Management" is enabled. To do so, right click on the project name, go to the "Gradle" sub-menu and click on "Enable Dependency Management". Once you do that, Gradle should load all the dependencies for you.