<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-jira-converter</artifactId>
<version>0.40.34</version>
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-jira-converter', 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-util
|-- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough
|-- com.vladsch.flexmark:flexmark-ext-tables
|-- com.vladsch.flexmark:flexmark-ext-wikilink
|-- com.vladsch.flexmark:flexmark-ext-ins
|-- com.vladsch.flexmark:flexmark-ext-superscript
|-- com.vladsch.flexmark:flexmark
test