谁能给我这个缺少的存储库位置

时间:2013-08-19 06:19:29

标签: gradle

gradle无法解析org.cloudfoundry cloudfoundry-client-lib 0.8.4  有了这个:

repositories {
  mavenCentral()
  mavenRepo url :'http://repo.springsource.org/release'
  mavenRepo url:'http://repo.springframework.org/milestone/'
}
dependencies {
    compile 'org.codehaus.groovy:groovy-all:1.8.6'
    compile 'org.cloudfoundry:cloudfoundry-client-lib:0.8.4'
}

我不知道在哪里可以找到cloudfoundry-client-lib,因为它必须移动。 有谁能请给我正确的回购品名称? 很多人

1 个答案:

答案 0 :(得分:0)

正确的存储库是http://repo.springsource.org/milestone,而不是http://repo.springframework.org/milestone