This topic describes how to add the GroupDocs.Markdown library to your Java project.
Prerequisites
Java Development Kit – JDK 8 or later.
Build tool – Maven, Gradle, Kotlin DSL, Ivy, or Sbt for dependency management.
License (optional) – run in evaluation mode or apply a temporary license.
Install from the GroupDocs Repository
All GroupDocs Java packages are hosted at the GroupDocs Artifact Repository rather than Maven Central, so you must add the repository before declaring the dependency.
and writes business-plan.md next to the source document.
Note
You can create and run this project in your IDE instead, or build it with Gradle – nothing in the library depends on Maven.
Verify Installation
After installing, verify that the library is on the classpath:
importcom.groupdocs.markdown.*;publicclassVerifyInstall{publicstaticvoidmain(String[]args){// List all supported formats
for(FileFormatformat:MarkdownConverter.getSupportedFormats()){System.out.println(format);}}}
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.
On this page
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.