Installation
Leave feedback
GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations.
First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml
as follows:
<repositories>
<repository>
<id>GroupDocsJavaAPI</id>
<name>GroupDocs Java API</name>
<url>https://releases.groupdocs.com/java/repo/</url>
</repository>
</repositories>
Then define GroupDocs.Parser for Java API dependency in your pom.xml
as follows:
<dependencies>
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-parser</artifactId>
<version>19.11</version>
</dependency>
</dependencies>
After performing above-mentioned steps, GroupDocs.Parser for Java dependency will finally be added to your Maven project.
You can follow the steps below to reference GroupDocs.Parser for Java downloaded from official website Downloads section:
- Unpack zip archive .
- Switch to lib folder.
- Run install.bat (for Windows) or install.sh (for Linux) file to install the library in your local maven repository.
- After this you should add the GroupDocs.Parser for Java dependency block to your .pom.xml project file.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.