gpt4 book ai didi

java - NetBeans 中的 Maven 依赖项

转载 作者:太空宇宙 更新时间:2023-11-04 10:41:15 24 4
gpt4 key购买 nike

我是 Maven 新手,一直在尝试使用 JGraphT 作为 Maven 依赖项。但即使在本地安装后,导入行也无法识别。以下是一些屏幕截图 -

This is the project window

This is the code snippet

运行程序时我收到此消息 -

This is the error message

NetBeans 版本是 8.2

使用的jdk是jdk1.8.0_162。

我不知道问题出在哪里。

任何见解都值得赞赏。提前致谢!

最佳答案

jGrapht的mvn依赖是:

    <dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.2.0</version>
</dependency>

虽然我在 eclipse 中使用它。

关于java - NetBeans 中的 Maven 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48966003/

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