aspose-cells-17.8.jar
时间: 2024-01-19 21:18:18 浏览: 138
根据提供的引用内容,你可以通过以下两种方法来安装aspose-cells-17.8.jar:
1. 使用命令行安装:
```shell
mvn install:install-file -Dfile=aspose-cells-17.8.jar -DgroupId=aspose -DartifactId=aspose-cells -Dversion=17.8 -Dpackaging=jar`
2. 在pom.xml文件中添加赖:
```xml
<dependency>
<groupId>aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>17.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aspose-cells-17.8.jar</systemPath>
</dependency>
```
请注意,第二种方法需要将aspose-cells-17.8.jar文件放置在项目的lib目录下。
阅读全文