Finding missing Maven artifacts

后端 未结 9 2164
你的背包
你的背包 2021-01-02 05:01

I\'m new to Maven, and struggling with adding dependencies. I\'m trying to convert an existing project to Maven, and after adding the dependencies for all the jars in my ref

9条回答
  •  醉梦人生
    2021-01-02 05:33

    Use maven search or mvnrepository.com. If you can not find use google looking for jar in other public repositories, for example for stax:

    maven stax-ri pom

    My first result is:

    http://maven.nuxeo.org/nexus/content/groups/public/stax/stax-ri/1.0/

    Other public repositories:

    http://download.java.net/maven/2

    http://download.java.net/maven/1

    http://repository.codehaus.org

    http://repository.jboss.org/nexus/content/groups/public-jboss

    http://maven.springframework.org/release

提交回复
热议问题