Jar examples for f:flexmark
Core of flexmark-java (implementation of CommonMark for parsing markdown and rendering to HTML)
You can download jar file flexmark 0.14.0 in this page.
You can use the following script to add flexmark-0.14.0.jar to your project.
<dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> <version>0.14.0</version> </dependency>
compile group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.14.0'
libraryDependencies += "com.vladsch.flexmark" % "flexmark" % "0.14.0"
<dependency org="com.vladsch.flexmark" name="flexmark" rev="0.14.0"/>
@Grapes(@Grab(group='com.vladsch.flexmark', module='flexmark', version='0.14.0'))
'com.vladsch.flexmark:flexmark:jar:0.14.0'
Click the following link to download the jar file.
flexmark-0.14.0-javadoc.jar