Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.OMR for Java is hosted in the Maven repository. You can easily use it directly in your Maven Projects with minimal configuration. There is no need to download and install any additional software - the package is self-contained.
Specify Aspose Maven Repository location by adding the following lines to your Maven pom.xml configuration file:
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://releases.aspose.com/java/repo/</url>
</repository>
</repositories>
Specify the minimal required dependencies for Aspose.OMR for Java package. Add the following lines to your Maven pom.xml configuration file:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-omr</artifactId>
<version>23.5</version>
<classifier>jdk6</classifier>
</dependency>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-omr</artifactId>
<version>23.5</version>
<classifier>javadoc</classifier>
</dependency>
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.