给定一个包,我如何找出它的artifactId 应该是什么?
我正在将现有项目转换为 Maven 以进行构建/依赖项/等,并且我正在尝试找出如何列出其依赖项。
我知道它使用的一堆包,但我不确定它们将包含在什么工件中。groupId 很容易弄清楚,但我觉得我在猜测 artifactId 应该是什么。
有没有一种简单的方法可以确定应该为artifactId 指定包名称?
I'm converting an existing project to maven for building/dependencies/etc, and I'm trying to figure out how to list its dependencies.
I know a bunch of packages that it uses, but I'm not sure what artifact they would be contained in. The groupId is pretty easy to figure out, but I feel like I'm guessing at what the artifactId should be.
Is there an easy way to figure out what the artifactId should be given a package name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到 Sonatype 存储库 并搜索类名称。
其实我刚刚查了一下。 Jarvana 提供更好的结果。
Go to the Sonatype Repository and search for the class name.
Actually, I've just checked. Jarvana provides better results.