Find a jar file given the class name?

后端 未结 17 2038
无人共我
无人共我 2020-11-29 18:46

This must be a very basic question for Java developers, but what is the best way to find the appropriate jar file given a class name?

For example, give

17条回答
  •  借酒劲吻你
    2020-11-29 19:44

    I recommend using Maven, Eclipse and m2eclipse.

    Step 1 - add specific import

    alt text

    Step 2 - find and download (automatically) desired jar

    alt text

提交回复
热议问题