Aspose.CAD issues with maven repository

Greetings,
I am having issues with running one of the Java examples. I belive that it has something to do with my pom.xml file. I added these following repositories and directories based on the install instructions. This was all done through Ubuntu.

Repositories:


asposeJavaAPI
Aspose Java API
https://releases.aspose.cloud/java/repo/

false


true


Directorties:

com.aspose
aspose-cad
24.1

Is there something else I am missing, because when I do “mvn install” all the packages I attempted to import are not found.

Apologies here are the repositories and directories

Repositories:
‘’’


asposeJavaAPI
Aspose Java API
Aspose Repository Browser /java/repo/com/aspose/aspose-cad/24.1/

false


true



‘’’
Directories:
‘’’

com.aspose
aspose-cad
24.1

‘’’

For some reason, I can’t properly show the repository and directory tags.

@vbundu,
please check if this example is useful.