Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Переконайтеся, що ваша машина відповідає Вимоги до системи перед початком.
Ця стаття пояснює, як встановити Aspose.Words для Java на комп’ютері.
Aspose приймає всіх Java APIй Maven репозиторійй Ви можете легко використовувати Aspose.Words для Java API прямо у вашому Maven Проекти з простими налаштуваннями:
1,1 км По-перше, потрібно вказати Aspose Maven Репозиторійна конфігурація Maven pom.xml як показано нижче:
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://releases.aspose.com/java/repo/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>22.11</version>
<classifier>jdk17</classifier>
</dependency>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>22.11</version>
<classifier>javadoc</classifier>
</dependency>
</dependencies>
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.