我正在使用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的驱动程序。我打字:
阶梯形结构
几秒钟后,我收到一条消息,说构建成功了。现在,我正在寻找MongoDB驱动程序的jar文件/目录,但没有找到。它应该在哪里?
1条答案
按热度按时间ttygqcqt1#