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:
- Have a look through the forum, this documentation Wiki and the API Reference for solutions before reporting the issue. Your question might already have an answer.
- When reporting an issue, please include the original document and possibly a fragment of the code that causes the problem. If you need to attach multiple files, zip them into one. It is safe to attach your documents in Aspose.Forums since only you and Aspose developers will have access to the attached files.
- Please try to report one issue per thread. If you have another issue, report it in a separate thread.
Aspose does not provide technical support over the phone. Phone support is only available for sales and purchase questions.