Download jar package maven repository

Maven repository Address:

step:

  1. Copy the code to the configuration file, such as:
<dependency>
 <groupId>org.mybatis</groupId> 
 <artifactId>mybatis</artifactId>
 <version>3.4.5</version> 
</dependency>
  1. Paste dependent part pom.xml file into the project
  2. DOS command line, cd into that file have pom.xml folder, and then entercall mvn -f pom.xml dependency:copy-dependencies
  3. Run mvn installdownload success
  4. Download the jar wrapped in .m2 file ~
Released two original articles · won praise 0 · Views 26

Guess you like

Origin blog.csdn.net/weixin_43933099/article/details/104762270