<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-libs-flexmark</artifactId>
<version>RELEASE190</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-libs-flexmark', version='RELEASE190')
)
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- com.vladsch.flexmark:flexmark-html2md-converter:0.62.2
|-- com.vladsch.flexmark:flexmark-util-ast:0.62.2
|-- com.vladsch.flexmark:flexmark-util-builder:0.62.2
|-- com.vladsch.flexmark:flexmark-util-collection:0.62.2
|-- com.vladsch.flexmark:flexmark-util-data:0.62.2
|-- com.vladsch.flexmark:flexmark-util-dependency:0.62.2
|-- com.vladsch.flexmark:flexmark-util-format:0.62.2
|-- com.vladsch.flexmark:flexmark-util-html:0.62.2
|-- com.vladsch.flexmark:flexmark-util-misc:0.62.2
|-- com.vladsch.flexmark:flexmark-util-sequence:0.62.2
|-- com.vladsch.flexmark:flexmark-util-visitor:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-emoji:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-anchorlink:0.62.2