How to install the Java artifact com.vladsch.flexmark.flexmark-profile-pegdown with Maven
Java
Maven
pom.xml
com.vladsch.flexmark
flexmark-profile-pegdown
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-profile-pegdown</artifactId>
<version>0.62.2</version>
</dependency>
/dependencies>