Maven and Aspose

Can not download word jars by maven.
This is my POM, are there any known issues with this?

         <dependency>
                <groupId>com.aspose</groupId>
                <artifactId>aspose-words</artifactId>
                <version>19.1</version>
            </dependency>

@ron.inputdata.no,

We have now added automation code in the Main Maven POM file. When you run this POM file, it will automatically choose the correct JDK version and also download the plugin (if needed) for advanced HarfBuzz Shaper based Typography (note that this only works for windows). Hope, this helps.

In case the problem still remains, please also try the following POM.XML.