惠州统计年鉴
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 2 години
123456789101112131415
  1. # yearBooks
  2. ---
  3. ### 需手动导入以下2包
  4. > [执行脚本](maven/导入依赖.bat ':include')
  5. 1. com.aspose.aspose-words 15.8.0
  6. ```
  7. mvn install:install-file -Dfile=aspose-words-15.8.0-jdk16.jar -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=15.8.0 -Dpackaging=jar
  8. ```
  9. 2. com.aspose.aspose-cells 8.5.2
  10. ```
  11. call mvn install:install-file -Dfile=aspose-cells-8.5.2.jar -DgroupId=com.aspose -DartifactId=aspose-cells -Dversion=8.5.2 -Dpackaging=jar
  12. ```