Maven - How to find correct groupId/artifactId to include dependency in POM

后端 未结 7 1606
隐瞒了意图╮
隐瞒了意图╮ 2020-12-29 04:31

In general, what is the best strategy for finding the groupId and artifactId for a well-known dependency for use in a Maven POM? For example, how would I find the correct en

7条回答
  •  情话喂你
    2020-12-29 04:49

    1. Go to http://search.maven.org

    2. Search in the required jar with groupId/artifactId or Just with basic text.

    Like for your case

提交回复
热议问题