gpt4 book ai didi

github - Gradle-从github rep获取资源

转载 作者:行者123 更新时间:2023-12-03 04:01:22 25 4
gpt4 key购买 nike

我正在尝试将以下github rep作为依赖项:
https://github.com/bft-smart/library

这是我的gradle文件:

group '1.0'
version '0.1-Setup'

apply plugin: 'java'

sourceCompatibility = 1.5

repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
compile 'com.github.bft-smart:library:master-SNAPSHOT'

}

但是我得到:无法解析com.github.bft-smart:library:master-SNAPSHOT。

谢谢了

最佳答案

Jitpack当前不支持ant项目。参见here

关于github - Gradle-从github rep获取资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39949261/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com