maven管理項目如何查找jar依賴

對於初學maven的人來講剛開始會有個困惑,那就是怎麼知道依賴的jar的groupId和atrifactId是什麼,mybatis 好比要依賴mybatis,會在pom.xml中配置以下:dom Xml代碼   <dependency>       <groupId>org.mybatis</groupId>       <artifactId>mybatis</artifactId>      
相關文章
相關標籤/搜索