Dropbox SDK仓库Maven [英] Dropbox sdk repository maven

查看:76
本文介绍了Dropbox SDK仓库Maven的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

即使听起来像一个愚蠢的问题,我也无法找到保管箱sdk所在的存储库。因此,在我的pom.xml中,我声明了这种依赖性:

Even if it sounds like a silly question, I am not able to find the repository where the dropbox sdk is. So in my pom.xml I have declared this dependency:

<!-- Dropbox dependency -->
        <dependency>
            <groupId>com.dropbox</groupId>
            <artifactId>client2</artifactId>
            <version>1.3</version>
        </dependency>

但在此存储库中找不到:

But it can not be found in this repository:

<repository>
            <id>dropbox-client2</id>
            <url>http://getdropbox.com/developers/</url>
        </repository>

谢谢

推荐答案

Dropbox只是用Java发布了它的SDK版本1.6。
这次他们使它在Maven存储库中可用。

Dropbox just release the version 1.6 of it SDK in Java. And this time they made it available on Maven repository.

<dependency>
    <groupId>com.dropbox.core</groupId>
    <artifactId>dropbox-core-sdk</artifactId>
    <version>1.6</version>
</dependency>

结帐以获取进一步更新:

http://mvnrepository.com/artifact/com.dropbox.core/dropbox-core-sdk

Checkout for futher updates:
http://mvnrepository.com/artifact/com.dropbox.core/dropbox-core-sdk

这篇关于Dropbox SDK仓库Maven的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆