<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-yaml-front-matter</artifactId>
<version>0.61.26</version>
</dependency>
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % "0.61.26"
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-yaml-front-matter', version='0.61.26')
)
<dependency org="com.vladsch.flexmark" name="flexmark-ext-yaml-front-matter" rev="0.61.26" />