f

flexmark

Core of flexmark-java (implementation of CommonMark for parsing markdown and rendering to HTML)
Files download
File Operation
flexmark-0.22.22.jar download
flexmark-0.22.22.pom download
flexmark-0.22.22-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark</artifactId>
  <version>0.22.22</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark:0.22.22'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark:0.22.22")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark" % "0.22.22"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark', version='0.22.22')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark" rev="0.22.22" />
Leiningen
[com.vladsch.flexmark/flexmark "0.22.22"]
Apache Buildr
'com.vladsch.flexmark:flexmark:jar:0.22.22'