JUNG:哪些库是必需的依赖项?
我正在寻找 JUNG 来可视化有向图。 JUNG 2.0.1 下载附带 17 个不同的 jar 文件,其中一些似乎是示例和演示。
有谁知道如果你想使用 JUNG 需要哪些真正的库?
I'm looking at JUNG for visualizing directed graphs. The JUNG 2.0.1 download comes with 17 different jar files, and some of them appear to be samples and demos.
Does anyone know which are the real libraries that are required if you want to use JUNG?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没关系,它们记录在此 wiki 页面中:
never mind, they're documented in this wiki page:
基于中提到的依赖项列表它的 pom 为 2.0.1 版本,不应该有任何第三方依赖项。
Based upon the dependency list mentioned in its pom for 2.0.1 version, there shouldn't be any 3rd party dependencies.