国内maven库

<mirrors>  
    <mirror>  
        <id>CN</id>  
        <name>OSChina Central</name>                                                                                                                         
        <url>http://maven.oschina.net/content/groups/public/</url>  
        <mirrorOf>central</mirrorOf>  
    </mirror>  
  </mirrors>  

<repositories>  
    <repository>  
        <id>nexus</id>  
        <name>local private nexus</name>  
        <url>http://maven.oschina.net/content/groups/public/</url>  
    </repository>  
</repositories>

 

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2021-08-15
  • 2021-07-21
  • 2022-12-23
  • 2021-08-28
  • 2022-02-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案