Aspose.Words Maven Plugin for IntelliJ not working

Hi - I have installed the Aspose Words IntelliJ plugin and am getting the error below

when trying to create a new project:

Unknown Error! Cold not retrieve latest Aspose.Words Maven Artifact.

The POM file is referencing version 17.3.0. I have downloaded aspose-words-17.3.0-java and found the jar but cannot install it in my local repo without other maven (POM…) files.
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>17.3.0</version>
<classifier>jdk16</classifier>
</dependency>
Also - am not clear on where the license (temporary for evaluation) must live when running Java apps.

Is there some documentation I have missed? How to get IntelliJ up and running with Aspose.Words?

Thanks!






Hi Ronda,


Thanks for your inquiry.

I have attached a sample “IntelliJ Idea” project here for your reference. Please download “AsposeWordsMavenTest.zip” and see how it goes on your end. This should allow you to add reference to Aspose.Words for Java API in your Java project. Hope, this helps.

Please also refer to the following article:

Best regards,

Thanks, Awais!

I appreciate your response - was able to get the project working. And so far Aspose Words is looking like a promising tool that can meet our needs.

Ronda