简体   繁体   English

在哪里可以下载net.oauth httpclient4 jar文件

[英]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. 即使我将其添加到我们的pom文件中,也无法获取jar。 thx net.oauth.core oauth-httpclient4 20100601 thx net.oauth.core oauth-httpclient4 20100601

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. 您必须将http://oauth.googlecode.com/svn/code/maven/存储库添加到pom.xml中,或将工件部署在公司的私有存储库中。

I had same problem this fixed it 我有同样的问题解决了

    <dependency>
        <groupId>net.oauth.core</groupId>
        <artifactId>oauth-httpclient4</artifactId>
        <version>20090913</version>
    </dependency>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM