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.
20 lines
646 B
20 lines
646 B
2 years ago
|
# https://www.jianshu.com/p/32fb28babdfd
|
||
|
|
||
|
cmd
|
||
|
D:
|
||
|
cd D:\dsWork\baseServiceJava\ExtendJar
|
||
|
mvn install:install-file -Dfile=aspose-cells-20.7-crack.jar -DgroupId=aspose.cells -DartifactId=cells-jar -Dversion=1.0 -Dpackaging=jar
|
||
|
mvn install:install-file -Dfile=aspose-words-19.5jdk.jar -DgroupId=aspose.words -DartifactId=words-jar -Dversion=1.0 -Dpackaging=jar
|
||
|
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>aspose.cells</groupId>
|
||
|
<artifactId>cells-jar</artifactId>
|
||
|
<version>1.0</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>aspose.words</groupId>
|
||
|
<artifactId>words-jar</artifactId>
|
||
|
<version>1.0</version>
|
||
|
</dependency>
|