<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-util-format</artifactId>
<version>0.64.6</version>
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-util-format', version='0.64.6')
)
<parent> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-java</artifactId> <version>0.64.6</version> </parent>
compile
|-- com.vladsch.flexmark:flexmark-util-ast
|-- com.vladsch.flexmark:flexmark-util-collection
|-- com.vladsch.flexmark:flexmark-util-data
|-- com.vladsch.flexmark:flexmark-util-html
|-- com.vladsch.flexmark:flexmark-util-misc
|-- com.vladsch.flexmark:flexmark-util-sequence
|-- org.jetbrains:annotations:24.0.1
test
|-- junit:junit