我正在使用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文件/目录,但我找不到它。它应该在哪里?
答案 0 :(得分:14)
~/.gradle/caches/modules-2/files-2.1/org.mongodb/mongodb-driver/3.2.2/<checksum of the JAR>/mongodb-driver-3.2.2.jar