gpt4 book ai didi

Gradle:外部依赖项存储在哪里?

转载 作者:行者123 更新时间:2023-12-04 05:36:46 26 4
gpt4 key购买 nike

我正在使用 Gradle,并提供了以下依赖项:

dependencies {
compile 'org.slf4j:slf4j-api:1.7.13'
compile 'org.mongodb:mongodb-driver:3.2.2'
testCompile 'org.testng:testng:6.8.1'
testCompile 'junit:junit:3.8.2'
}

我想下载MongoDB的驱动程序。我输入:

gradle build



几秒钟后,我收到一条消息,说构建成功。现在,我正在寻找 MongoDB 驱动程序的 jar 文件/目录,但没有找到。它应该在哪里?

最佳答案

~/.gradle/caches/modules-2/files-2.1/org.mongodb/mongodb-driver/3.2.2/<checksum of the JAR>/mongodb-driver-3.2.2.jar

关于Gradle:外部依赖项存储在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41189093/

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