Aspose Total direct download

is there a direct download link for aspose total 22.12? My project does not use maven/gradle, etc.

when i try create a simple maven project to download the jars (see below), i get “Missing artifact com.aspose:aspose-total:pom:22.12” error

@bgonzalez

Please try to update the repository URL like below:

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