<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-profile-pegdown</artifactId>
<version>0.40.34</version>
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-profile-pegdown', version='0.40.34')
)
<parent> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-java</artifactId> <version>0.40.34</version> </parent>
compile
|-- com.vladsch.flexmark:flexmark
|-- com.vladsch.flexmark:flexmark-ext-abbreviation
|-- com.vladsch.flexmark:flexmark-ext-anchorlink
|-- com.vladsch.flexmark:flexmark-ext-aside
|-- com.vladsch.flexmark:flexmark-ext-autolink
|-- com.vladsch.flexmark:flexmark-ext-definition
|-- com.vladsch.flexmark:flexmark-ext-emoji
|-- com.vladsch.flexmark:flexmark-ext-escaped-character
|-- com.vladsch.flexmark:flexmark-ext-footnotes
|-- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough
|-- com.vladsch.flexmark:flexmark-ext-gfm-tasklist
|-- com.vladsch.flexmark:flexmark-ext-ins
|-- com.vladsch.flexmark:flexmark-ext-jekyll-front-matter
|-- com.vladsch.flexmark:flexmark-ext-superscript
|-- com.vladsch.flexmark:flexmark-ext-tables
|-- com.vladsch.flexmark:flexmark-ext-toc
|-- com.vladsch.flexmark:flexmark-ext-typographic
|-- com.vladsch.flexmark:flexmark-ext-wikilink
|-- com.vladsch.flexmark:flexmark-util
test