Error download 9.6.0 version on maven project.
Version 9.5.0 it’s working.
Hi,
Thank you for writing to Aspose Support team.
Could you please share what dependency details you have added to your project? We have tested the same at our end and with the following dependencies, it fetches the latest version without any issue. Please make sure to add the tag as mentioned below and let us know your feedback.
<pre style=“background-color: rgb(255, 255, 255); font-family: “Courier New”; font-size: 9pt;”><dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-tasks</artifactId>
<version>9.6.0</version>
<classifier>jdk16</classifier>
</dependency>