例子

<dependency>
<groupId>my.pdf</groupId>
<artifactId>my.pdf</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/my.pdf-4.11.2.jar</systemPath>
</dependency>
groupId、、artifactId、version  可以随便写 ,

systemPath 是jar的位置

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2021-07-29
  • 2021-12-05
  • 2022-01-18
猜你喜欢
  • 2021-06-30
  • 2022-01-13
  • 2022-12-23
  • 2018-04-18
  • 2022-01-13
  • 2021-09-26
  • 2022-12-23
相关资源
相似解决方案