Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where can I download net.oauth httpclient4 jar file

I need to give the link to our build engineer.

even though I added this to our pom file, it's not getting the jar. thx net.oauth.core oauth-httpclient4 20100601

like image 219
S O Avatar asked Oct 20 '11 13:10

S O


1 Answers

The artifact is not in a central repository. You have to add the http://oauth.googlecode.com/svn/code/maven/ repository into your pom.xml or deploy the artifact in your company's private repository.

like image 174
kan Avatar answered Sep 30 '22 12:09

kan