0

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,因为它一定已经移动了。谁能给我正确的回购名称?多谢

4

1 回答 1

0

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

于 2013-08-19T06:43:56.963 回答