Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Ujistěte se, že váš stroj splňuje Požadavky na systém Než začneš.
Tento článek vysvětluje, jak nainstalovat Aspose.Words místo Java na tvém počítači.
Aspose hostí všechny Java APIs v Maven úložiště. Můžete snadno použít Aspose.Words místo Java API přímo ve vašem Maven Projekty s jednoduchými konfiguracemi:
<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.