【问题标题】:Get latest google drive api by Ivy获取 Ivy 的最新 google drive api
【发布时间】:2012-11-28 10:00:21
【问题描述】:

我已将解析器添加到 ivysettings.xml

  <ibiblio name="google-api-services" root="http://mavenrepo.google-api-java-client.googlecode.com/hg" m2compatible="true" />

但得到一个错误

 module not found: com.google.apis#google-api-services-drive;v2-rev13-1.8.0-beta

【问题讨论】:

    标签: maven google-drive-api ivy google-api-java-client


    【解决方案1】:

    对我来说解决得很好.....也许您的 ivysettings 文件有问题?

    以下示例配置了 google api services repo 和 Maven Central。

    <ivysettings>
        <settings defaultResolver="repos" />
        <resolvers>
            <chain name="repos">
                <ibiblio name="central" m2compatible="true"/>   
                <ibiblio name="google-api-services" m2compatible="true" root="http://mavenrepo.google-api-java-client.googlecode.com/hg"/>
            </chain>
        </resolvers>
    </ivysettings>
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-09-02
    • 1970-01-01
    • 1970-01-01
    • 2017-12-14
    • 1970-01-01
    • 2013-04-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多