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?
以上就是Given a package, how do I figure out what its artifactId should be?的详细内容,更多请关注web前端其它相关文章!