如何导入深色Maven jar文件?

时间:2019-04-01 06:53:23

标签: eclipse

我无法在Java类中导入和使用一些Maven jars

我尝试通过Maven获得TESTNG罐子(它们被下载并添加了) 但它们看起来很黑且无法实现
在这里检查图片 view http://prntscr.com/n5q1v4 two muppets http://prntscr.com/n5q1v4

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.0.0-beta3</version>
<scope>test</scope>

我希望能够在正确使用它们后将其导入POM文件中

0 个答案:

没有答案