Aspose Maven Dependencies
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 which is located at url:
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://repository.aspose.com/repo/</url>
</repository>
</repositories>
2. Define dependency of Aspose Java API. For example, if you are customer of Aspose.Words for Java API, you need to specify the following dependency to be included in your pom.xml:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>19.12</version>
</dependency>
Congratulations! You have successfully defined the Aspose Maven dependency for Aspose.Words Java API in your Maven project. Pretty Straighforward!
Now you can use your favorite Aspose Java APIs in your Maven Project easily.
Supported Product Line
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) | |
|
Aspose.Cells for Java
Aspose.Cells for Java is an Excel® spreadsheet reporting component that enables Java applications to create and manage Excel® spreadsheets without using Microsoft Excel®. Aspose.Cells for Java is an incredibly feature rich component that offers much more than just basic data export functions.
Aspose.Words for Java
Aspose.Words for Java is an advanced class library for Java that enables you to perform a great range of document processing tasks directly within your Java applications.
Aspose.Words for Java supports DOC, OOXML, RTF, HTML and OpenDocument formats. With Aspose.Words you can generate, modify, and convert documents without using Microsoft Word.
Aspose.Pdf for Java
Aspose.Pdf for Java is a PDF document creation component that enables your Java applications to read, write and manipulate PDF documents without using Adobe Acrobat.
Aspose.Slides for Java
Aspose.Slides for Java is a unique PowerPoint management component that enables Java based applications to read, write and manipulate PowerPoint documents without using Microsoft PowerPoint.
One can generate, modify, copy, convert, render and print presentations without installing Microsoft PowerPoint.
Aspose.Slides for Java supports presentation file formats including PPT, PPS, POT, PresentationML (OOXML, PPTX) and Open Document Presentations (ODP).
Aspose.BarCode for Java
Aspose.BarCode for Java is a robust and reliable barcode generation and recognition component, written in Java, it allows developers to quickly and easily add barcode generation and recognition functionality to their Java applications.
Aspose.BarCode for Java supports the Java SE, Java EE and Java ME platforms.
Aspose.Tasks for Java
Aspose.Tasks for Java is a project management API that enables Java application developers to provide Microsoft Project® document manipulation capability in their applications – all without using Microsoft Project®. With this powerful API, developers can control various stages of project management, such as project planning, definition and tracking.
Aspose.Email for Java
Aspose.Email for Java is a Java class library that enables Java applications to read and write email message files in various formats without Microsoft Outlook. It provides classes to read and update MSG,EML,EMLX,OFT files, add/remove attachments and recipients, update subject, body and other MSG file properties.
Aspose.OCR for Java
Aspose.OCR for Java is an optical character & marker recognition component allowing the programmers to add OCR & OMR technology into their Java applications quickly and easily.
OMR features can be used to process questionnaires, ballots, educational tests and ordering sheets, where the documents to be processed are filled in by hand, and scanned images of such forms are used for marker recognition.
Aspose.Imaging for Java
Aspose.Imaging for Java is an imaging library that lets developers create, edit, draw or convert images in their Java applications with ease and performance. It offers broad spectrum of traditional image processing operations as well as most demanded features that makes it most widely used imaging engine.
Aspose.Diagram for Java
Aspose.Diagram for Java is a Non-Graphical and well-structured API that allows developers to load, create, save and manipulate Microsoft Visio drawings within a Java application without using Microsoft Visio. It provides better performance and is easier to use to manipulate diagrams and convert files than Microsoft Office Automation.
common uses
- Perform mail merge
- Generate reports using mail merge
- Insert formatted text, paragraphs, images, tables and other content into a Word document
- Excel Reporting – Build dynamic Excel reports on the fly
- Create Excel dashboards, incorporating charts and pivot tables
- High-fidelity Excel rendering and printing
- Create new PDF documents using the product API
- Transform an XML document into PDF format
- Convert an Image file into PDF format
- Create new slides or clone existing slides from templates
- Create shapes on slides
- Find and edit existing shapes
- Add, remove, replace or extract text from PDF files
- Add, remove, replace or extract images from PDF files
- Convert a PDF file to an image
- Print barcode labels
- Generate barcode images and save to stream or image file
- Recognize barcodes from stream or image file
- Open and play windows metafiles (WMF)
- Render Windows metafiles (WMF) to images
- Convert Windows metafiles (WMF) to other graphics formats
- Extract text from images
- Export Visio Drawings to PDF, XML, Image, XPS, HTML, SVG, SWF and XAML
- Create user-defined cell in the ShapeSheet
- Add and connect Visio shapes
- Insert a New Blank Page into a Visio Drawing
customer types
We have clients of many different types, including:
- Banks
- Data processing houses
- Educational institutions
- Government organizations
- Insurance firms
- Legal institutions
- Postal/cargo services
- Search engines
- See a list of some of the companies that use Aspose.Total.
Delivering our very best, and getting better with each release.
Your component is fantastic
“We had a need in our application to export information to Excel. We looked at both Softartisans and Aspose. After review, we found that the Aspose.Cells was much more feature rich as well as better priced. Aspose.Cells was by far the better solution for our need. We greatly appreciate the wonderful product that Aspose provides and will always consider them first if a new need arises.”
Craig Lussier, Torys LLP, Toronto, Canada.
Use the <classifier></classifier> tag when defining dependencies wherever applicable.
For example:
<dependencies>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>19.12</version>
<classifier>jdk17</classifier>
</dependency>
</dependencies>
Sample Maven project for Aspose Java APIs
Please check the following GitHub project with the required pom.xml configurations for setting up Aspose Cloud Maven Repository.
See also:
Aspose Java for Spring v1.1 – An Aspose extension of Spring’s PetClinic Sample Web Application project that demonstrates the Integration of various Aspose Java APIs (As Maven Dependencies) with Maven Project Model and Spring Framework, presented along with working APIs code examples and use cases within.