Aspose libraries and Maven

Hi,

Can you please change the artifact IDs for all the Aspose libraries to be e.g. “aspose-pdf” and not just “pdf” ? That is the JAR file name and it’s better to name the file aspose-pdf.jar rather than pdf.jar. That’s how all the Apache libraries are managed.

See the corresponding GroupDocs post.

https://forum.aspose.com/t/question-aspose-pdf/137990

Thank you,
Mariusz

Hi Mariusz,


Thanks for contacting support.

Please note that Aspose.Pdf for Java product binaries are named as aspose-pdf-jdk16.jar or aspose-pdf-jdk14.jar. You can find similar naming convention in latest release of Aspose.Pdf for Java 9.1.0. Furthermore, please note that starting from next release, we are planning to append version number with product binaries.

In case I have not properly understood your requirement or you have any further query, please feel free to contact.

Hi,


I mean the libraries references by Maven and the artifactId. GroupDocs team claims they cannot change the artifactId refrence for GroupDocs projects as it’s up to the Aspose team to change the artifactId for Aspose.Total libraries.

Maven Central Repository Search

e.g right now there is

<dependency>
<groupId>com.aspose</groupId>
<artifactId>words</artifactId>
<version>14.3.0</version>
</dependency>

which means that the artifactId for Aspose.Words is “words” whether it should be “aspose-words” according to the Apache convension.
As far as I know you are about to change it with the next release.

Thank you,
Mariusz

Hi Mariusz,


Thanks for contacting support.

The above stated issue has been described to respective team and they are further looking into this matter. As soon we have some further updates, we will let you know.

Hi,

We are pleased to announce that Aspose has launched the
Aspose Cloud Maven Repository and now supporting
Maven Dependencies for Aspose Java APIs directly from the repository.

Please check the following blog post for further info and about the supported Aspose Maven Dependencies:

https://blog.aspose.com/2014/08/12/aspose-for-maven-aspose-cloud-maven-repository

Thanks,


Adeel Ilyas

MP Developer

Aspose Marketplace Team

http://www.aspose.com/

Aspose - Your File Format Experts


Keep in touch! We’re on Twitter
and
Facebook

PLEASE add the -javadoc.jar for Aspose.cells in your Maven repos. On closed source projects like Aspose, the obfuscated binary .jar on its own is practically useless for development - please add the -javadoc.jar of all the Javadocs that you produce and add in the normal .zip download.



Hi Nick,

Thanks for your posting and using Aspose APIs.

We have logged your feature request in our database. We will look into it and add -javadoc.jar for Aspose Products in our Maven repos. Once, the feature is implemented or we have some other update for you, we will let you know asap.

This issue has been logged as

  • MARKETING-8469 - Add Java Docs along with the Maven Repositories

Hi Nick,

We are pleased to announce that we have added javadocs support in Aspose Cloud Maven Repository for Aspose.Cells and for all other Aspose Java APIs, so from now onward you will be able to fetch the Aspose Javadocs on Major IDEs including Eclipse IDE, NetBeans IDE and IntelliJ IDEA.

This issue logged as

MARKETING-8469
- Add Java Docs along with the Maven Repositories - resolved!

Please check the following related blog announcement / wiki for the same:

https://blog.aspose.com/2014/12/24/aspose-java-apis-javadocs-now-available-within-maven-based-projects

Thanks & Regards,

Adeel Ilyas

Java Marketplace Lead

Aspose Marketplace Team

http://www.aspose.com/

Aspose - Your File Format Experts


Keep in touch! We’re on Twitter and Facebook

Superb, thanks!