What's New in this Release?
We are pleased to announce that Aspose has launched the Maven dependencies for its Java Platform APIs enabling customers to easily use Aspose powerful Java APIs directly in their Maven Projects with simple configurations. Aspose Maven dependencies are supported by Aspose Cloud Maven Repository.
Configuring Maven Project for Aspose Maven Dependencies
Below are the steps will lead you to the successful configuration of Aspose Cloud Maven Repository / Aspose Maven dependencies for your Maven Projects.
1. First of all you need to specify Aspose Cloud Maven Repository configuration / location in your Maven pom.xml as below
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>http://maven.aspose.com/artifactory/simple/ext-release-local/</url>
</repository>
</repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>http://maven.aspose.com/artifactory/simple/ext-release-local/</url>
</repository>
</repositories>
2. Define dependency of Aspose Java API. For example, if you are Aspose.Words for Java API customer, you need to specify the following dependency to be included in your pom.xml:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>14.5.0</version>
</dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>14.5.0</version>
</dependency>
Congratulations! You have successfully defined the Aspose Maven dependency for Aspose.Words Java API in your Maven project. Pretty Straighforward !
The following Aspose Java APIs are now supported as Aspose Maven Dependencies.
- Aspose.Cells for Java (Maven Dependency)
- Aspose.Words for Java (Maven Dependency)
- Aspose.Pdf for Java (Maven Dependency)
- Aspose.Slides for Java (Maven Dependency)
- Aspose.BarCode for Java (Maven Dependency)
- Aspose.Tasks for Java (Maven Dependency)
- Aspose.Email for Java (Maven Dependency)
- Aspose.Diagram for Java (Maven Dependency)
- Aspose.OCR for Java (Maven Dependency)
- Aspose.Imaging for Java (Maven Dependency)
Overview: Aspose for Cloud
Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers that offer a unique suite of APIs to work with Word documents, Excel spreadsheets, PowerPoint presentations, PDFs, and email formats and protocols. It supports all features for file processing, document scanning, barcodes creation and recognition, and allows extracting text or images too. You can also work with SaaSpose APIs using REST SDKs that can be called from .NET, Java, PHP and Ruby etc.
- Learn More about Aspose Cloud Maven Repository
- Aspose Sample Maven Project:
No comments:
Post a Comment