Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
ให้แน่ใจว่าเครื่องของคุณตรงตาม ความต้องการของระบบ ก่อนที่คุณจะเริ่ม.
บทความนี้อธิบายวิธีการติดตั้งAspose.WordsสำหรับJavaบนคอมพิวเตอร์ของคุณ.
แอสโพสโฮสต์ทั้งหมดJavaAPIsใน Mavenที่เก็บ. คุณสามารถใช้Aspose.WordsสำหรับJavaAPIโดยตรงในโครงการของคุณMavenด้วยการกำหนดค่าที่เรียบง่าย:
<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.