安装命令:
mvn install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar
<dependency>
  <groupId>com.github.wxpay</groupId>
  <artifactId>wxpay-sdk</artifactId>
  <version>0.0.3</version>
</dependency>


Maven下安装jar到本地仓库

相关文章:

  • 2021-11-21
  • 2022-02-04
  • 2021-06-16
  • 2022-01-17
  • 2021-06-17
猜你喜欢
  • 2021-10-04
  • 2021-07-05
  • 2022-12-23
  • 2021-07-08
  • 2021-06-14
  • 2021-05-23
相关资源
相似解决方案