<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-abbreviation</artifactId>
<version>0.34.36</version>
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-abbreviation', version='0.34.36')
)
<parent> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-java</artifactId> <version>0.34.36</version> </parent>
compile
|-- com.vladsch.flexmark:flexmark-util
|-- com.vladsch.flexmark:flexmark-ext-autolink
|-- com.vladsch.flexmark:flexmark
|-- com.vladsch.flexmark:flexmark-formatter
|-- com.vladsch.flexmark:flexmark-ext-typographic
|-- com.vladsch.flexmark:flexmark-ext-ins
|-- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough
|-- com.vladsch.flexmark:flexmark-ext-superscript
test