I'm using two jar files like httpclient-4.2.3.jar
and httpcore-4.2.jar
but now I want to use another two files with same name but different version httpclient-4.3.4.jar
and httpcore-4.3.jar
. How can I use all four files in a same project?
Please help me.