Installation

Installing Aspose.Note for Java from Maven Repository

Aspose hosts all Java APIs on  Aspose Releases. You can easily use  Aspose.Note for Java API directly in your Maven Projects with simple configurations.

Specify Maven Repository Configuration

First, you need to specify the Aspose Maven Repository configuration/location in your Maven pom.xml as follows:

 1 <repositories>
 2
 3    <repository>
 4
 5        <id>AsposeJavaAPI</id>
 6
 7        <name>Aspose Java API</name>
 8
 9        <url>https://releases.aspose.com/java/repo/</url>
10
11    </repository>
12
13</repositories>

Define Aspose.Note for Java API Dependency

Then define Aspose.Note for Java API dependency in your pom.xml as follows:

 1 <dependencies>
 2
 3    <dependency>
 4
 5        <groupId>com.aspose</groupId>
 6
 7        <artifactId>aspose-note</artifactId>
 8
 9        <version>20.9</version>
10
11        <classifier>jdk17</classifier>
12
13    </dependency>
14
15</dependencies>

After performing the above steps, Aspose.Note for Java dependency will finally be defined in your Maven Project.

Technical Support

Aspose provides unlimited free technical support for all its products. Support is available to all users, including evaluation.

If you need help with Aspose.Note for Java, visit the Aspose.Forums. Post your question in the Aspose.Note forum and it will be answered within a few hours. The questions are answered directly by the Aspose.Note support team.

When expecting a reply in the forums, please allow for time zone differences.

If you have an issue with Aspose.Note for Java, follow these simple steps to make sure it is resolved in the most efficient way:

Aspose does not provide technical support over the phone. Phone support is only available for sales and purchase questions.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.