Latest version unable to get from https://mvnrepository.com/

Hi Team,

We have paid license for Aspose Total. We are trying to upgrade latest version through maven. But getting below issues.so that we are unable to upgrade.

Unable to view latest version in MVN repository site. please do the needful.

Thanks,
Krishna.S

@krishnass Please try restoring from the following repository:

    <repositories>
        <repository>
            <id>AsposeJavaAPI</id>
            <name>Aspose Java API</name>
            <url>https://releases.aspose.com/words/java/</url>
        </repository>
    </repositories>
        <dependency>
            <groupId>com.aspose</groupId>
            <artifactId>aspose-words</artifactId>
            <version>22.3</version>
            <type>pom</type>
        </dependency>

We have updated repository URL , but getting below error while maven execution.

Could not resolve dependencies for project *:war:0.0.1-SNAPSHOT: Failed to collect dependencies at com.aspose:aspose-words:pom:22.3: Failed to read artifact descriptor for com.aspose:aspose-words:pom:22.3: Could not transfer artifact com.aspose:aspose-words:pom:22.3 from/to AsposeJavaAPI https://releases.aspose.com/words/java/:

Thanks

@krishnass Could you please try using this repository

<repository>
    <id>AsposeJavaAPI</id>
    <name>Aspose Java API</name>
    <url>https://releases.aspose.com/words/java/</url>
</repository>

As described here.

HI Team,

Its our default repo URL. We have tried below repo URLs but not working. Please suggest for the fix.

  1. https://releases.aspose.com/words/java/
  2. https://releases.aspose.com/words/java/

@krishnass Could you please try manually access the release repository:
https://releases.aspose.com/words/java/
Please note, the repository URL https://releases.aspose.com/words/java/ is only accessible through Maven or Gradle clients.

@alexey.noskov I can able to access as you described URL.

We have updated security certificate too. but its not working. please do the needful.

@krishnass Could you please share you POM file here for testing? We will check it and provide you more information.

@alexey.noskov - Its working fine after updated the latest certificate in cecert keystore in java path.

1 Like